Fix some ordering in the installation instructions. Use an SSL enabled nginx build. Update the location of the list of mime types.
This commit is contained in:
parent
9c7f1e6afa
commit
2f86c13c08
5 changed files with 4 additions and 5 deletions
|
@ -3,16 +3,17 @@ to prepare a new host:
|
|||
```
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y git python-virtualenv python-dev phantomjs libjpeg8 libjpeg62-dev libfreetype6 libfreetype6-dev libevent-dev gdebi-core
|
||||
sudo gdebi --n binary_dependencies/*.deb
|
||||
```
|
||||
|
||||
check out the code:
|
||||
|
||||
```
|
||||
git clone https://bitbucket.org/yackob03/quay.git
|
||||
cd quay
|
||||
virtualenv --distribute venv
|
||||
source venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
sudo gdebi --n binary_dependencies/*.deb
|
||||
```
|
||||
|
||||
running:
|
||||
|
|
Reference in a new issue