blob: 7ce93846de9dfac0fdcfd092085a95702f47476b [file] [log] [blame]
Editing and deploying the clerezza website
- start clerezza on localhost:8080
- install the directory with the site project (the directory containing this readme) with: Dev load LocationSpec("/path/to/apache/clerezza/trunk/site", noFastUpdate)
- you'll now see the contents of the clerezza site on your local instance, the content-graph is regularly written to the graph.nt file
- change the site as needed, do not create pages ending with /, create a page ending with /index instead, the entry page is http://localhost:8080/index (you may open http://localhost:8080/tools/editor with firefox to edit it)
- commit the changed graph.nt to version control
- execute the deploy.sh script (this requires a unix style system and will typically take several minutes)