Add instructions for how to do it
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
6887bd1a62
commit
72ac426ce8
17
README.md
17
README.md
|
@ -1 +1,16 @@
|
||||||
# a
|
# MangoNotes
|
||||||
|
|
||||||
|
### Laravel test app
|
||||||
|
|
||||||
|
## Instructions (Linux)
|
||||||
|
|
||||||
|
First install git, php and composer via your package manager, and run the following commands:
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://tea.nightly.town/Mangoberry/MangoNotes.git
|
||||||
|
cd MangoNotes/
|
||||||
|
composer install
|
||||||
|
cp .env.example .env
|
||||||
|
php artisan key:generate
|
||||||
|
php artisan serve
|
||||||
|
```
|
Loading…
Reference in New Issue