Public website data
-
clone:
git clone git@github.com:copper-multigrd-conference/2018-website.git
-
build:
./make.py
-
view: the static html pages are built in
live
. Usepython3 -m http.server 8000
and point your browser tolocalhost:8000
to view. -
sync: rsync the
live
directory to your favorite server -
To make an archive of the program (i.e., a copy of the program webpages that does not reside on the easy chair website) a) make a directory called program-static b) invoke the following command
wget -r --level=0 -E --ignore-length -k -p -erobots=off -np -N -nH --cut-dirs=2 http://easychair.org/smart-program/CM2018/index.html
c) you might want to put a pointer to this in _index.html
----- OK, now I realize that program-static is put in the live directory --- so you can tar up the whole live directory ('cd live; tar cvzf ../../everything.tgz') and put this up on the web server ...
d) then tar cvzf blecko.tgz program-static
e) then untar this where the copper webpages site. Currently, I do
tar cvzf static.tgz program-static
scp static.tgz copper@man-bat.colorado.edu:.
ssh copper@man-bat.colorado.edu
and then
cd public_html/2018
tar xvzf /home/copper/static.tgz
The data is stored with yaml
.
The pages are generated with jinja2
.
- bootstrap is v4 from branch
v4-dev
- to retrieve program: ` wget -r --level=0 -E --ignore-length -k -p -erobots=off -np -N -nH --cut-dirs=2 http://easychair.org/smart-program/CM2018/index.html
- from last year, copy repo, update
bootstrap
andfont-awesome
. Fix and go. - updates needed: ** easychair links ** copper lift ticket info ** data files ** groupcode