Skip to content

cdent/wiki-data

 
 

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

About

A project to host the world's company data. Sponsored by avox.info

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 90.5%
  • Python 6.0%
  • PHP 3.0%
  • Other 0.5%