https://github.com/plugarut/spectre-client
https://github.com/plugarut/spectre-client
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plugarut/spectre-client
- Owner: PlugaruT
- Created: 2018-03-21T14:14:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T06:58:16.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T18:17:25.951Z (over 1 year ago)
- Language: Ruby
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spectre Client
================
## Setup
1. Install PostgreSQL
2. Create a user with superuser role
3. `createdb spectre-client_development`
4. Clone the repo
5. `cd spectre-client`
6. `bundle install`
7. Rename `dotenv` file to `.env` and set up enviroment variables
8. `rails server`
This application requires:
- Ruby 2.5.0
- Rails 5.1.5
Learn more about [Installing Rails](http://railsapps.github.io/installing-rails.html).