📝 Ajoute une doc d'installation
This commit is contained in:
parent
92dc6f33f9
commit
899ccf5866
9
README.md
Normal file
9
README.md
Normal file
@ -0,0 +1,9 @@
|
||||
## Installation
|
||||
|
||||
* clone : `git clone https://git.shikiryu.com/Shikiryu/LBCReposter-web.git`
|
||||
* copy .env : `cp .env.example .env`
|
||||
* edit .env : `vi .env`
|
||||
* composer : `composer install`
|
||||
* generate key : `php artisan key:generate`
|
||||
* create sqlite database : `touch database/database.sqlite`
|
||||
* migrate : `php artisan migrate`
|
Loading…
Reference in New Issue
Block a user