Service/Social Help

From Sugar Labs
< Service
Revision as of 07:49, 13 September 2014 by SAMdroid (talk | contribs)
Jump to navigation Jump to search

Hostnames & Emails

socialhelp.sugarlabs.org use.socialhelp.sugarlabs.org


Hosted On

[Machine/justice|Freedom] using docker.

All the stuff lives in ``/srv/socialhelp``

Ports

Shfr: 8000 Discourse: 8002

Discourse container ssh: 2222 - use ``sudo ./discourse/launcher ssh app``

Setup

First do the discourse:

   cd /srv/socialhelp/discourse
   # Remove the old one
   sudo docker rmi local_discourse/app
   # Generate the container - will take some time
   sudo ./launcher bootstrap app
   sudo ./launcher start app