Update Getting-Started.md (#9976)

* Update Getting-Started.md

* Update Getting-Started.md
This commit is contained in:
PipoCanaja
2019-03-17 03:34:51 +01:00
committed by Tony Murray
parent 0cc5de695d
commit ceabfb8ef7

View File

@@ -16,11 +16,10 @@ Possible options:
1. Follow the [documentation on using git](Using-Git.md)
2. Install development dependencies `./composer_wrapper.php install`
3. Set variables in .env, including database settings. Which could be a local or remote MySQL server including your production DB.
```dotenv
```dotenv
APP_ENV=local
APP_DEBUG=true
...
```
4. Start a development webserver `./lnms serve`
5. Access the Web UI at http://localhost:8000