mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update Getting-Started.md (#9976)
* Update Getting-Started.md * Update Getting-Started.md
This commit is contained in:
@@ -16,11 +16,10 @@ Possible options:
|
|||||||
1. Follow the [documentation on using git](Using-Git.md)
|
1. Follow the [documentation on using git](Using-Git.md)
|
||||||
2. Install development dependencies `./composer_wrapper.php install`
|
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.
|
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_ENV=local
|
||||||
APP_DEBUG=true
|
APP_DEBUG=true
|
||||||
...
|
...
|
||||||
|
|
||||||
```
|
```
|
||||||
4. Start a development webserver `./lnms serve`
|
4. Start a development webserver `./lnms serve`
|
||||||
5. Access the Web UI at http://localhost:8000
|
5. Access the Web UI at http://localhost:8000
|
||||||
|
Reference in New Issue
Block a user