Skip to content

Instantly share code, notes, and snippets.

@vanzhiganov
Last active July 4, 2016 13:11
Show Gist options
  • Save vanzhiganov/5ae883605cb311075f10202c4dca50e7 to your computer and use it in GitHub Desktop.
Save vanzhiganov/5ae883605cb311075f10202c4dca50e7 to your computer and use it in GitHub Desktop.
Install Pagure on Ubuntu Linux
# 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