Because knowing your emotions matters
>= 2.2.5
Be sure to install rails gem globally and have Devkit if needed for your platform.
- Set
TEST_KEYenv var to generated string fromrake secretalso set aDEV_KEYto another generated string fromrake secretso they can be used on secrets.yml without been shared.
On the first use set a DATABASE_URL with user password and database
this uri will be used for development, on testing you need to set up
an uri named POSTGRES_TEST_URI which will set the database to be the test one
To migrate the database run rake db:migrate.
After migrating the database run rake db:seed if you want to have sample data to work with, especially an user.
Euthymia makes use of Redis to store sessions, to use it, set the REDIS_URL environment variable to be the your redis url
Execute bundle with rspec bundle exec rspec, don't forget to check your style with rubocop --auto-correct.
All contributions are really apreciated, specially bug fixes and tests, if you are going to create a new feature, please first create an issue so we can discuss how to do it on a better way.
For more information see our Contributing guide.