The program can be used to import and visualize public data from the website wwoof.de.
You will need the following program installed in your computer:
Setup your environment:
cp .env.example .env
Change the values you need in the .env file.
Start the server:
php -S localhost:8000 -t web
Try it! http://localhost:8000
When you are deploying, there are a few configuration you might want to change. Here are the available configurations:
ENVIRONMENT: Can be development, staging, testing or production (default: development)
BASEURL: If you are running the program in a subdirectory, you can change this. It will make the routes and the assets work.
Create the database shema
php bin/console app:create:schema
Import the data
php bin/console app:import