Last active
July 4, 2016 13:11
-
-
Save vanzhiganov/5ae883605cb311075f10202c4dca50e7 to your computer and use it in GitHub Desktop.
Install Pagure on Ubuntu Linux
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
# Pagure ubuntu | |
# Upgrade ubuntu linux | |
apt-get install update-manager-core | |
do-release-upgrade -d | |
# 2. Install required packages | |
apt install git python-virtualenv libgit2-dev libjpeg-dev gcc libffi-dev | |
apt install libssl-dev postgresql-9.5 redis-server postgresql-server-dev-9.5 | |
apt install swig libmilter-dev | |
git clone https://pagure.io/pagure.git | |
cd pagure | |
pip install psycopg2 M2Crypto m2ext pymilter | |
pip install fedmsg uwsgi | |
apt install gitolite supervisor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment