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
- Host: GitHub
- URL: https://github.com/rcbops/melange-buildpackage
- Owner: rcbops
- License: apache-2.0
- Created: 2012-03-13T18:47:53.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-14T01:01:52.000Z (about 14 years ago)
- Last Synced: 2025-03-16T06:15:19.977Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 242 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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