Changes

From Amahi Wiki
Jump to: navigation, search
3 bytes added ,  15:05, 14 October 2012
m
= How to Get Amahi Edge Running =
This procedure is the way to get Amahi 7 running in development. It assumes you have a clean Fedora 17 install (without updates):
# open a terminal window
# <code>bundle install</code> (this will install all the necessary gems)
# <code>rake db:create</code> this will ask for the mysql root password with a prompt ">"
#* if this is a fresh Fedora 7 17 install, your mysql server probably does not have a password, so just press Enter
#* if you set a password for the mysql root user, type it. Note that it will show a warning and echo the password!
#* if you are re-running this step and the db is already created, you can run rake db:drop first then create it again
192

edits