Service/Social Help: Difference between revisions
Tag: visualeditor |
No edit summary |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 16: | Line 16: | ||
It uses the <code>socialhelp</code> partition which is 20G ext4 on the lvm | It uses the <code>socialhelp</code> partition which is 20G ext4 on the lvm | ||
== Setup == | == Setup == | ||
| Line 32: | Line 26: | ||
sudo ./launcher rebuild app | sudo ./launcher rebuild app | ||
sudo ./launcher start app --docker-args "-m | sudo ./launcher start app --docker-args "-m 5g --cpuset='6-7'" | ||
Most of the helpful discourse documentation is found [https://meta.discourse.org/t/how-do-i-update-my-docker-image-to-latest/23325 on their discourse forum]. | Most of the helpful discourse documentation is found [https://meta.discourse.org/t/how-do-i-update-my-docker-image-to-latest/23325 on their discourse forum]. | ||
Then the re director: | Then the re-director & sso: | ||
container.yml start /containers/org.sugarlabs.socialhelp_sso/ -d | |||
container.yml start /containers/org.sugarlabs.use-socialhelp/ -d | |||
# If they fail to start, make sure that they are built: | |||
container.yml build /containers/org.sugarlabs.socialhelp_sso/ | |||
container.yml build /containers/org.sugarlabs.use-socialhelp/ | |||
== Todo == | |||
* how to upgrade to next version of discourse | |||