An open API service indexing awesome lists of open source software.

https://github.com/rcbops/melange-buildpackage

git-buildpackage repo for melange
https://github.com/rcbops/melange-buildpackage

Last synced: 11 months ago
JSON representation

git-buildpackage repo for melange

Awesome Lists containing this project

README

          

# Running Melange App
>cd
>sudo pip install -r tools/pip-requires
>cp etc/melange/melange.conf.sample ~/melange.conf
>bin/melange-manage db_sync
>bin/melange
By default melange uses sqlite, to use Mysql
1) Create the mysql db manually
Eg: mysql -uroot -p -e "CREATE DATABASE melange_test;CREATE DATABASE melange"
2) Change sql_connection key in melange.conf to point to that db.
Eg: sql_connection = mysql://:@localhost/melange