Deployment on cinnamon
Redeployment
- Login under 'root' (sudo -i)
- cd /TNTBase/TntReader
- Run ./init-tntbase <repo_name> <xsvn_user> <xsvn_password> <default_namespace>. For example: ./init-tntbase gencs tntbase tntbase http://omdoc.org/ns
This script will:
- Update source of TNTBase web application from trunk
- Update JOMDoc library and its dependent libraries
- Deploy application under http://alpha.tntbase.mathweb.org/tntbase/<repo_name>
Deploying Plugins
To deploy your own plugin for TNTBase instance with name <first>, you have to copy your plugin jar to the /var/www/webapps/tntbase#<first>/plugins folder.
Note: after redeployment of the TNTBase instance its plugin folder is cleaned up and populated with TNTBase built-it plugins.
