Jump to content

Service/Social Help: Difference between revisions

From Sugar Labs
Add social help page WIP
 
No edit summary
Line 10: Line 10:
[Machine/justice|Freedom] using docker.  
[Machine/justice|Freedom] using docker.  


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


=== Ports ===
=== Ports ===


Shfr: 8000
Shfr: 8000
Discourse: 8001
Discourse: 8002


Discourse container ssh: 2222
Discourse container ssh: 2222 - use ``sudo ./discourse/launcher ssh app``
Note:  The container will use the freedom root's ssh key


== Setup ==
== Setup ==
Line 30: Line 29:


     # Generate the container - will take some time
     # Generate the container - will take some time
     sudo ./launcher rebuild app
     sudo ./launcher bootstrap app


     sudo ./launcher start app
     sudo ./launcher start app

Revision as of 06:49, 13 September 2014

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