https://github.com/cored/fleetman
https://github.com/cored/fleetman
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cored/fleetman
- Owner: cored
- Created: 2019-09-04T22:36:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T22:59:04.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T11:43:47.681Z (over 1 year ago)
- Language: Ruby
- Homepage: https://young-anchorage-33687.herokuapp.com/
- Size: 1.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## Stack
`rails 6`
`tailwindcss 1.0`
## Setup
### Install Postgres
#### Mac OSX
`$ brew install postgres`
`$ gem install lunch # This will allow you to start and stop PostgreSQL`
`$ mkdir -p ~/Library/LaunchAgents`
`$ cp /usr/local/Cellar/postgresql//homebrew.mxcl.postgresql.plist ~/Library/LaunchAgents/ # Notice the use of your installed version`
`$ lunchy start postgres`
### Initialize Database
`rake db:setup`
### Environment Variables
`cp .env.sample .env # Update your credentials with the expected values`
### Running Tests
`rspec`