https://github.com/9-volt/bloodbase
https://github.com/9-volt/bloodbase
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/9-volt/bloodbase
- Owner: 9-volt
- Created: 2013-07-23T21:17:05.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-28T11:47:41.000Z (over 12 years ago)
- Last Synced: 2025-07-31T16:41:10.487Z (12 months ago)
- Language: Ruby
- Size: 3.05 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Donez
## Deploy
Prerequisites: password-less login to the production machine (use `ssh-copy-id user@host` for that)
Being in the project root, on your machine, execute `cap production deploy`
## Daemon controle
`cap production puma:status` - check status
`cap production puma:start` - start the daemon
.. stop
.. restart
## Seeds
To seed some test data run:
`rake db:seed` in project directory
Existing admin:
```
username: admin@9-vo.lt
password: 123456
```