mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-01 07:59:11 +01:00
c292f51957
* Add GitHub Actions config * Add extra dependencies and use environment variable for DB config Moved the env vars up to outside of the postgres service so this might not work * Pass environment variables for Postgres credentials to Postgres container * Pass service ports to application Have a suspicion that Redis one won't work as justask.yml is probably not using ERB * Add database.yml.postgres with port * Cache gems; pass Redis URL as env var * Add host to DB config * Pass DB credentials for db:setup * Use 127.0.0.1 instead of localhost to force TCP; Use bundler config without instead of --without * I can't read 🗑 * 🤔 * 💻🔨 I have no idea what I'm doing… * Testing env defined outside steps * Move templated vars down * Add build badge
25 lines
843 B
Markdown
25 lines
843 B
Markdown
# Retrospring
|
|
![Retrospring](https://github.com/Retrospring/retrospring/workflows/Retrospring/badge.svg)
|
|
|
|
This is the source code that powers Retrospring. This is a detached fork of
|
|
[nilsding/justask](https://github.com/nilsding/justask), where we continue
|
|
development.
|
|
|
|
Retrospring shut down on June 12, 2016, but it's somehow still alive. You're
|
|
welcome.
|
|
|
|
## Installation
|
|
|
|
You can find all the installation instructions needed for a local/production
|
|
setup of Retrospring in the
|
|
[Wiki](https://github.com/Retrospring/retrospring/wiki/Setup).
|
|
|
|
## Contributing
|
|
|
|
Guidelines for Pull Requests and general information about how you can help us
|
|
improving Retrospring can be found
|
|
[here](https://github.com/Retrospring/retrospring/blob/master/CONTRIBUTING.md).
|
|
|
|
## License
|
|
|
|
[AGPLv3](https://github.com/Retrospring/retrospring/blob/master/LICENSE).
|