forked from rajarammallya/melange
-
Notifications
You must be signed in to change notification settings - Fork 0
License
blamarvt/melange
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# Running Melange App >cd <melange_root> >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://<user>:<password>@localhost/melange
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 98.0%
- JavaScript 1.2%
- Shell 0.8%