sayanchowdhury / autocloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autocloud

Setup

sudo dnf install fedfind

pip install -r requirements.txt
python setup.py develop
sudo mkdir -p /etc/autocloud; sudo cp config/autocloud.cfg /etc/autocloud/autocloud.cfg

Development

Create the database

python createdb.py

Run the fedmsg-hub

fedmsg-hub

Publish messages for testing

Run this command in a seperate terminal

python publish/publish_messages.py

Applying the migrations

alembic upgrade head

About

License:GNU Affero General Public License v3.0


Languages

Language:Python 63.4%Language:HTML 20.1%Language:CSS 10.1%Language:JavaScript 5.5%Language:Mako 0.6%Language:Shell 0.4%