NOAHIF Documentation
Installation
- Install the Ruby on Rails web framework
- Install the MySQL database
apt-get install mysql-server
- Unpack the NOAHIF archive
tar zxf noahif-x.x.x.tar.gz
- Change the root password of MySQL database
mysqladmin -u root -p password NEW_PASSWORD
Whatever password you use you must update the file config/database.yml.
- Sign up for the Google Maps API
- Configure the Google Maps API key to use
Edit file config/gmaps_api_key.yml and set the key
- Create database tables
rake db:migrate
mysql -u root -p < db/insert_db.mysql - Startup WEBrick web server
ruby script/server
- Visit http://127.0.0.1:3000
Login: admin
Passwd: noahifPlease remember to change the password the first time you log into the application.







