Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lracicot/wwoof.de

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wwoof.de better UI

The program can be used to import and visualize public data from the website wwoof.de.

Pre-installation

You will need the following program installed in your computer:

Installation

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

Configuration

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.

Import

Create the database shema

php bin/console app:create:schema

Import the data

php bin/console app:import

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages