Created
August 2, 2017 15:19
-
-
Save pogorelov-ss/abaee250c10a5d443f4335745d57b727 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
sudo yum install git | |
sudo yum install mysql56 | |
sudo yum install gcc | |
curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash | |
# nano -- edit profile | |
exit | |
sudo yum install zlib-devel | |
sudo yum inssudo yum install readline-devel | |
sudo yum install readline-devel | |
sudo yum install sqlite-devel | |
pyenv install 3.6.2 | |
pyenv virtualenv 3.6.2 buildbot | |
git clone [email protected]:Decorist/Decorist-Django.git | |
cd Decorist-Django/ | |
cd projBuildbot/ | |
sudo pip install -r requirements.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment