![Mark McLoughlin](/assets/img/avatar_default.png)
The APIs melange is using are "incubating" in openstack-common. See: http://wiki.openstack.org/CommonLibrary#Incubation A config file is included for openstack-common's copy-and-paste script to make it easy to update the code e.g. $> git clone .../melange $> git clone .../openstack-common $> cd openstack-common $> python update.py ../melange/ Note: the copies of the openstack.common modules should never be directly modified, instead you should always make the modifications in openstack-common and copy them across using the script. Change-Id: I0245e30e4b4a9a2214c4f8a291b7f2caa54ab97e
# 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
Description
Languages
Python
98.4%
Shell
1.6%