Difference between revisions of "Service/Social Help"
< Service
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Hostnames & Emails == | == Hostnames & Emails == | ||
− | [ | + | [https://socialhelp.sugarlabs.org socialhelp.sugarlabs.org] |
[http://use.socialhelp.sugarlabs.org use.socialhelp.sugarlabs.org] | [http://use.socialhelp.sugarlabs.org use.socialhelp.sugarlabs.org] | ||
+ | |||
+ | [https://use-socialhelp.sugarlabs.org use-socialhelp.sugarlabs.org] | ||
+ | |||
+ | socialhelp AT sugarlabs DOT org | ||
== Hosted On == | == Hosted On == |
Revision as of 15:47, 15 November 2014
Hostnames & Emails
socialhelp AT sugarlabs DOT org
Hosted On
Freedom using docker.
All the stuff lives in ``/srv/socialhelp``
Ports
Shfr: 8000 Discourse: 8002
Setup
First do the discourse:
cd /srv/socialhelp/discourse # Generate the container - will take some time sudo ./launcher rebuild app sudo ./launcher start app
Then the re director:
cd /srv/socialhelp/shfr
docker pull samdroid/shfr
# Get id of old instance docker ps docker kill [id]
docker run -d -p 8000:8000 -v /data:/srv/socialhelp/shfr samdroid/shfr "$(cat forums.json)"