Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kushaldas/autocloud
https://github.com/kushaldas/autocloud
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kushaldas/autocloud
- Owner: kushaldas
- License: agpl-3.0
- Created: 2015-07-14T14:31:38.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2018-03-28T16:22:50.000Z (over 6 years ago)
- Last Synced: 2024-09-23T09:15:32.551Z (about 2 months ago)
- Language: Python
- Size: 1.84 MB
- Stars: 10
- Watchers: 7
- Forks: 12
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
# Autocloud
## Setup
```
sudo dnf install fedfindpip 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
```