-
Notifications
You must be signed in to change notification settings - Fork 0
Archive Trac docs vm add from svn
Legacy Trac archive page imported from
docs_vm_add_from_svn. Source: https://genapp.rocks/wiki/wiki/docs_vm_add_from_svn. Review age, links, and examples before treating as current.
- for this example, we will use sassie2test as the svn
- this assumes you have correctly setup as described in the run notes
- specifically, your user needs to have sudo access and needs to belong to the apache group
- check out the code from the svn
- you will need an account on the svn machine if you wish to checkout for updates
- as your user:
cd /share/apps/genapp
svn co svn+ssh://svn.genapp.rocks/svn/base/sassie2test sassie2test
cd sassie2test
extras/setup_vm_sgs.sh
-
if you are using the standard vm box configuration, the directives and appconfig files should be ok, but you may want to review them
-
if you are using a different vm or network, you will have to edit directives.json and appconfig.json to your local settings
-
you may also want to adjust email and user name settings in appconfig.json
-
N.B.: user names in appconfig.json are the user names you register with the web interface, not your linux user names (although you could define them to be the same)
-
then, you should be able to run {{{genapp.pl}}} from the sassie2test directory and the website should be visible from your local host at http://192.168.56.101/sassie2test
-
if you want the sassie-web online documentation, look at the comments in extras/setup_vm_sgs.sh file for further info