Open Source:
Services:
- Setup Postgres
- Run
./bin/setup
- If you run into any error, configure the
.env
file and retry.
- If you run into any error, configure the
-
All
DATABASE_URL
:postgresql://username:password@host:port/database
-
Development
TRUSTED_IP
:172.17.42.1
(Better Errors: Optional)
-
Production
AWS_ACCESS_KEY_ID
:AKIAIOSFODNN7EXAMPLE
AWS_SECRET_ACCESS_KEY
:wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
AWS_S3_REGION
:us-east-1
AWS_S3_BUCKET
:name
AWS_S3_FQDN
://localhost
SECRET_KEY_BASE
:ea1e8ba83614cc8d6140105a42642dc8391d6f2f8...
This project's git flow is based on A successful Git branching model
- Find or Submit Bounty
- Make a Feature Branch from
develop
- Name it based on bounty:
18-init-project
- Make Changes
- Use micro commits
- Use the imperative, present tense: "change", not "changed" or "changes".
- Write tests
- Will not accept PRs that reduce coverage
- Open PR back into develop
- Make PR Description links to the Bounty and add a comment to the Bounty linking the PR