This README would normally document whatever steps are necessary to get the application up and running.
-
Open
/usr/local/opencctv/OpenCCTVWeb/config/database.ymlusing a text editor and change MySQL username and password. -
Go back to
/usr/local/opencctv/OpenCCTVWeband run these commands in the terminal:$ bundle install && rake db:create && rake db:migrate -
Start Web application which runs on port 3000:
$ rails s
Other details:-
-
Ruby version: 2.2.x
-
Rails version: 4.2.x
-
System dependencies:
net/http,uri,open3,unirestgems -
Configuration:
$ bundle install -
Database creation:
$ rake db:create -
Database initialization:
$ rake db:migrate -
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
Others…
Please feel free to use a different markup language if you do not plan to run rake doc:app.