https://github.com/SOBotics/Sentinel
Web dashboard for Natty (https://github.com/SOBotics/Natty)
https://github.com/SOBotics/Sentinel
Last synced: about 1 year ago
JSON representation
Web dashboard for Natty (https://github.com/SOBotics/Natty)
- Host: GitHub
- URL: https://github.com/SOBotics/Sentinel
- Owner: SOBotics
- Created: 2016-11-03T21:12:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T09:26:30.000Z (over 1 year ago)
- Last Synced: 2025-02-28T10:09:37.093Z (over 1 year ago)
- Language: Ruby
- Homepage: https://sentinel.sobotics.org/
- Size: 350 KB
- Stars: 6
- Watchers: 6
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sentinel
Web dashboard for Natty (https://github.com/Bhargav-Rao/NATOBot).
### Setup
Pretty standard Rails setup, really. Built on these versions, may or may not work with
other versions.
- Rails 5.0.0.1
- Ruby 2.3.0
The following commands *should* get the project set up and running.
- `git clone https://github.com/ArtOfCode-/Sentinel`
- `rails db:create RAILS_ENV=production`
- `rails db:schema:load RAILS_ENV=production`
- `rails db:migrate RAILS_ENV=production`
- `rails db:seed RAILS_ENV=production`
- `rails s -e production`