Rails Application for Admin Area for User & Camera Management
Name | Evercam Admin Client |
---|---|
Owner | @ijunaidfarooq |
Dependencies Status | |
Code Climate | |
Travis Test | |
Test Coverage | |
Version | 0.9 |
Evercam API Version | 1.0 |
Licence | AGPL |
The best starting point for Evercam is http://www.evercam.io/open-source
After that, you'll want to go here: https://github.com/evercam/evercam-devops
Any questions, drop us a line: http://www.evercam.io/contact
$ bundle install
Create database.yml
based on database.yml.example
Prepare database:
$ rake db:setup
Start server:
$ rails s
Visit localhost:3000
Sign in as default admin using credentials from db/seeds.rb
email: [email protected]
password: password1
Integration tests:
$ spinach
Unit tests:
$ rspec
Go to http://admin.evercam.io/
and click on "Create an Account".
Register with your email.
Then send email to [email protected]
to activate account.