http://prostredoskolaky.muni.cz/
- Run
make all
. - Serve web from
build
directory.
- Download table of activities into
activities.csv
. - Download table of SOC topics into
soc_topics.csv
. - Download table of SOC garants into
soc_garants.csv
. - Download gDrive folder
web-data
as a zip file and unzip it intostatic/drive-data
folder. The unzip could be done automatically by callingunzip-web-data.sh
script. - Test it locally (see previous chapter).
- Commit new csv files & data, deploy will be done automatically.
Whole web page is basically a static web page with some js. New page is
generated from csv
input files, which should contain data from Table of
Activities and Table of SOC. Template files are located in templates
directory.
The whole process in maintained by scr/*generator.py
scripts and make
.
css
,js
,static
: edit files in relevant directories, no build is required.html
: edit files intemplates
directory, runmake
on desired file ormake all
.
When pushed to master branch of the repository on Github, new changes are automatically deployed to the production web. Please, do not deploy the web manually on the production server, you may break auto-deployment.
- Bootstrap generated from https://getbootstrap.com/docs/3.3/customize/.
- Gridder: https://github.com/oriongunning/gridder
- Primary contact: prostredoskolaky@fi.muni.cz
- Design: Adela Miklikova
- Technology: Jan Horacek (me@apophis.cz)