Skip to content

Archive Trac docs vm add from svn

madscatt edited this page Jun 20, 2026 · 1 revision

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.

add a genapp instance from the svn to a working distributed vm

  • 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

Clone this wiki locally