Skip to content

abhishekg785/autocloud

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.2%
  • HTML 20.2%
  • CSS 10.1%
  • JavaScript 5.5%
  • Other 1.0%