1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Minor improvements

This commit is contained in:
krateng
2021-12-24 21:23:02 +01:00
parent 6fc2c1c889
commit a1ba5f58b8
3 changed files with 27 additions and 5 deletions

View File

@@ -19,10 +19,9 @@ You can check [my own Maloja page](https://maloja.krateng.ch) to see what it loo
## Table of Contents
* [Features](#features)
* [How to install](#how-to-install)
* [Environment](#environment)
* [New Installation](#new-installation)
* [Update](#update)
* [LXC / VM / Bare Metal](#lxc--vm--bare-metal)
* [Docker](#docker)
* [Extras](#extras)
* [How to use](#how-to-use)
* [Basic control](#basic-control)
* [Data](#data)
@@ -124,16 +123,26 @@ An example of a minimum run configuration when accessing maloja from an IPv4 add
Start and stop the server with
```console
maloja start
maloja stop
maloja restart
```
If something is not working, you can try
```console
maloja debug
```
to run the server in the foreground.
```console
maloja info
```
will give you some basic information about your install.
### Data