add frontend instructions

master
Tykayn 2022-12-21 18:17:22 +01:00 committed by tykayn
parent cb62739613
commit e3b4d6e196
1 changed files with 5 additions and 1 deletions

View File

@ -172,7 +172,11 @@ set a virtual host on your server, configure CORS access to have the API to work
configure database access in a .env.local file , replace variables
DATABASE_URL=mysql://database_user:db_user_password@127.0.0.1:3306/database_name
this file is not versionned and should stay like this.
## Setup the default funky frontend
Use the scripts to get the framadate funky frontend and update it
```bash
bash front_update.sh
```
## cronjob to delete expired polls
you can open your crontabl in command line with :
```