https://github.com/icco/rsd
A directory of RC People
https://github.com/icco/rsd
Last synced: 17 days ago
JSON representation
A directory of RC People
- Host: GitHub
- URL: https://github.com/icco/rsd
- Owner: icco
- Created: 2015-06-30T19:41:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-12T16:49:43.000Z (over 3 years ago)
- Last Synced: 2025-03-24T12:39:12.683Z (about 1 month ago)
- Language: Ruby
- Homepage: https://rsd.herokuapp.com/
- Size: 69.3 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rsd
A Recurser Social Directory.
## Development
- Install ruby
- Install postgress.app
- `gem install bundler`
- `bundle install`
- `rake db:setup`
- Run the following and visit http://localhost:9393 (the domain and port are important because recurse.com does matching on the domain requesting authentication).
```
env `cat dev_env` rake local
```## Deployment
We host this app on Heroku. The app name is rsd (and thus hosted at https://rsd.herokuapp.com/).
- We have autodeployment from the `master` branch setup. If you push to master, it will be deployed.
- `heroku run rake db:migrate` will update the database on Heroku to the latest version.
- `heroku logs` will output the most recent logs.
- @icco and @jdherg currently are the only people with access to the Heroku app. Ping them on Zulip or email if you want a command run or to be added to the Heroku app.