Changes

From Amahi Wiki
Jump to: navigation, search
434 bytes added ,  02:57, 17 September 2012
= How to Get Amahi Edge Running (Amahi 7) =
This assumes you have ruby 1.9.3 installed in your systemclean Fedora 17 install (without updates):
#open a terminal window
#<code>su</code>
#enter the root password (not the one from the first user)
#<code>yum groupinstall 'Development Tools'</code>
#<code>yum install ruby ruby-devel git libxml2-devel libxslt-devel mysql-devel sqlite-devel mysql-server</code>
#<code>systemctl start mysqld.service</code>
#<code>exit</code>
# download the latest tarball or get the latest git repo code
# extract the tarball into your user folder use tar or your file manager-extract function
# <code>cd ~/amahi-7</code># <code>gem install bundler</code># <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 ">" -- note that it will echo the password)# <code>rake db:migrate </code> (this will get the database up to snuff)# <code>rake db:seed </code> (this will get a basic database setup)
# rails s (this will start the rails server)
102

edits