Difference between revisions of "Service/New ASLO"

From Sugar Labs
Jump to navigation Jump to search
(Add message about social help)
Line 1: Line 1:
'''This page is a work in progress as the service is being deployed (again)'''
 
  
 
== Hostnames & Emails ==
 
== Hostnames & Emails ==
Line 23: Line 22:
 
Start the bot master:
 
Start the bot master:
  
    docker run -v /srv/activities2:/aslo/bot-master/out -v /home/sam/bot-master-ssh/:/root/.ssh -e ASLO_DOWNLOADS_ROOT=http://download.sugarlabs.org/activities2 -p 5001:5001 -d --name=MASTER-Possum samdroid/aslo-bot-master:latest
+
docker run -v /srv/activities2:/aslo/bot-master/out -v /home/sam/bot-master-ssh/:/root/.ssh -e ASLO_DOWNLOADS_ROOT=http://download.sugarlabs.org/activities2 -p 5001:5001 -d --name=MASTER-Possum samdroid/aslo-bot-master:latest
 +
You also want to have the [[Service/Social Help|social help service]] running as well for the comments system.

Revision as of 20:10, 18 April 2015

Hostnames & Emails

activities-2.sugarlabs.org (and aslo.cf is a redirect, along with activities2.sl.o)

aslo-bot-master.sugarlabs.org

Hosted On

Freedom using docker & nginx

Sunjammer hosts the bundles. It also has a webhook/cgi-script to pull the bundles from rsync://freedom.sugarlabs.org/activities2

Ports

Bot Master: 5001 (on freedom)

Setup

The web front end is configured in the nginx sites-avaliable folder.

Start the bot master:

docker run -v /srv/activities2:/aslo/bot-master/out -v /home/sam/bot-master-ssh/:/root/.ssh -e ASLO_DOWNLOADS_ROOT=http://download.sugarlabs.org/activities2 -p 5001:5001 -d --name=MASTER-Possum samdroid/aslo-bot-master:latest

You also want to have the social help service running as well for the comments system.