mirror of
https://framagit.org/tykayn/date-poll-api
synced 2023-08-25 08:23:11 +02:00
add frontend instructions
This commit is contained in:
parent
cb62739613
commit
e3b4d6e196
@ -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
|
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
|
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.
|
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
|
## cronjob to delete expired polls
|
||||||
you can open your crontabl in command line with :
|
you can open your crontabl in command line with :
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user