sudo apt-get update
sudo apt-get install -y supervisor
supervisorctl help
supervisorctl reread>Configuration /etc/supervisor/supervisord.conf
| _oo8oo_ | |
| o8888888o | |
| 88" . "88 | |
| (| -_- |) | |
| 0\ = /0 | |
| ___/'==='\___ | |
| .' \\| |// '. | |
| / \\||| : |||// \ | |
| / _||||| -:- |||||_ \ |
echo "flow8" > /etc/hostname hostname -F /etc/hostname
echo "106.187.35.226 flow8.net flow8" >> /etc/hosts
sudo apt-get install -y exim4 gem install bundler
[apc] apc.enabled = 1
| # Your init script | |
| # | |
| # Atom will evaluate this file each time a new window is opened. It is run | |
| # after packages are loaded/activated and after the previous editor state | |
| # has been restored. | |
| # | |
| # An example hack to log to the console when each text editor is saved. | |
| # | |
| # atom.workspace.observeTextEditors (editor) -> | |
| # editor.onDidSave -> |