Skip to content

Instantly share code, notes, and snippets.

@artnez
Last active December 17, 2015 04:39
Show Gist options
  • Save artnez/5552548 to your computer and use it in GitHub Desktop.
Save artnez/5552548 to your computer and use it in GitHub Desktop.
$ time make devel
Tearing it down...
Creating virtualenv...
Installing Python packages (locally)...
Installing Node.js packages (locally)...
Creating environment symlink...
Adding Vagrant integration...
Booting Vagrant...
Creating users...
Configuring iptables...
Creating webapp location...
Installing system packages...
Installing Python...
install package
install pip
Installing Supervisord...
install package
create configs
Installing NodeJS...
add ppa
install package
Installing PostgreSQL...
adding apt key ACCC4CF8.asc
adding pgdg package source
installing packages
Installing Nginx...
disable upstart service
add supervisor config
disable default site
enable webapp site
Installing uWSGI...
add supervisor config
Installing project...
linking /opt/webapp/current to project in /vagrant
install python modules
install nodejs modules
Bouncing everything...
Done.
Disconnecting from vagrant@127.0.0.1:2222... done.
real 7m21.292s
user 1m35.692s
sys 0m10.189s
$ curl http://localhost:5000/
sup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment