A service to help refugees in a new town to match with locals and share common interest and activities together.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
ruby '2.4.3'
Rails 5.1.5
Redis
Sidekiq
Mailcatcher
Please make sure you installed the following services:
- Redis - Redis
- Sidekiq - Sidekiq
- Mailcatcher - Mailcatcher
End with an example of getting some data out of the system or using it for a little demo
- rails s
- redis-server
- bundle exec sidekiq
- redis-server
- mailcatcher
Deployment is handle by Heroku in two different stages. Staging and
Production blendinme.herokuapp.com CNAME on community.blendinnow.nl
Staging staging-blendin.herokuapp.com
Set up live data in development
pg_restore --verbose --clean --no-acl --no-owner -h localhost -d blendin_development latest.dump
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
heroku pg:backups capture -a blendinme
curl -o latest.dump `heroku pg:backups public-url`
- Codegull LTD and Blendin Team - Codegull
This project is licensed under the MIT License - see the LICENSE.md file for details