ci/woodpecker/push/renovate Pipeline was successful
Details
ci/woodpecker/push/format Pipeline was successful
Details
ci/woodpecker/push/lint Pipeline was successful
Details
ci/woodpecker/pr/renovate Pipeline was successful
Details
ci/woodpecker/pr/format Pipeline was successful
Details
ci/woodpecker/pr/lint Pipeline was successful
Details
ci/woodpecker/cron/format Pipeline was successful
Details
ci/woodpecker/cron/lint Pipeline was successful
Details
ci/woodpecker/cron/renovate Pipeline was successful
Details
|
||
---|---|---|
.gitea | ||
.vscode | ||
.woodpecker | ||
docker | ||
src | ||
.dockerignore | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.renovaterc.json | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
README.md | ||
start.sh |
README.md
Radarini
The main radarini web application. It enables storage and filtered search for contact data and services offered by solidarity initiatives.
Installation
In essence, you only need docker to get the application running. Using the docker-compose file, the main application will be started together with the other containers linked to it.
Usage
- Set the environment variables as described in example.env. You can set them directly in your enviroment, or create a
.env
file in the docker folder. - Start the application with
./start.sh start prod
.
Notes:
- When running for the first time you need to create a superuser with the
./start.sh manage prod createsuperuser
command. - You can run further django admin commands with
./start.sh manage prod <command>
(A list of all commands available is displayed via thehelp
command) - Further instructions can be found in the Admin Manual and the User Manual.
Development
For development we provide additional docker-compose setups at docker/docker-compose.dev.yml
and docker/docker-compose.debug.yml
. If you want to contribute to the project take a look at the CONTRIBUTING.md file.
Translations
The project is translated via weblate. At the moment the following translations are available:
- English (source)
- German
- Turkish
- Arabic
- French
- Spanish
- Persian
- Ukrainian
- Greek (Under development)
- Hindi (Under development)
- Italian (Under development)
- Dutch (Under development)
Donations
If you want to support the project financially, you can find information on iniradar.org/donate. Radarini-specific donation options might be added later.
Roadmap
The project is continuously improved and updated. If you want to know our plan for Radarini, take a look at the roadmap and the development board.
Contributors
- kiwi
- lino
- overflw
- UNI:CODE IT Solutions GmbH (initial development)