Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

and make sure that orbited is started like this automatically at boot:

Code Block

echo "orbited -c /etc/orbited.cfg" >> /etc/rc.local

...


Then start orbited, :

Code Block

orbited -c /etc/orbited.cfg

...

You might need:

Code Block

pip install stompservice &

Activate some Apache modules and restart Apache, /etc/init.d/apache2 restart:

Code Block
a2enmod shib2
a2enmod headers
a2enmod rewrite
a2enmod proxy
a2enmod proxy_http

Restart Apache

Code Block

/etc/init.d/apache2 restart

Edit lobber/src/lobber.wsgi:

...