Last active
December 17, 2015 04:39
-
-
Save artnez/5552548 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 [email protected]: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