cdent/wiki-data
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This fork explores how to package the wiki-data in a way that makes it easier to deploy and maintain. The first step is to get it in line with the norm of TiddlyWeb packaging as implemented in packages such as tiddlywebplugins.hoster and tiddlywebplugs.tiddlydocs. - cdent Deployment notes: Test: > make dist > git push origin master > script/update_remote_test > script/deploy_test dist/<filename created by make dist> Prod: > make dist > git push origin master > script/update_remote_prod > script/deploy_prod dist/<filename created by make dist> To run the automated update of the database on the production server: > sudo /home/avox/bin/import2mysql.sh
Releases
No releases published
Languages
- JavaScript 90.5%
- Python 6.0%
- PHP 3.0%
- Other 0.5%