Link to systemd install instructions
This commit is contained in:
parent
98a8dd8aca
commit
f261d66a3a
1 changed files with 5 additions and 3 deletions
|
@ -15,7 +15,7 @@ Some features of Sausagewiki, in no particular order:
|
|||
|
||||
* Simple to [install and run](#install-and-run)
|
||||
* No runtime dependencies
|
||||
* Simple to backup, just copy the single database file whenever
|
||||
* Simple to back up, just copy the single database file whenever
|
||||
* Can be reverse proxied behind any path without configuration
|
||||
* Snappy, light resource usage
|
||||
* Markdown syntax
|
||||
|
@ -35,8 +35,10 @@ single independent executable for Linux.
|
|||
3. Set execution permission: `chmod a+x sausagewiki`
|
||||
4. Run: `./sausagewiki wiki.db`
|
||||
|
||||
For other platforms you will presently have to build it yourself. Sausagewiki
|
||||
is built like other Rust projects, with `cargo build`.
|
||||
For a more permanent installation, you could [install Sausagewiki as a systemd
|
||||
service](https://github.com/maghoff/sausagewiki/wiki/System-wide-installation-with-systemd).
|
||||
|
||||
Alternatively, you could build it from source code with `cargo build`.
|
||||
|
||||
Command line arguments
|
||||
----------------------
|
||||
|
|
Loading…
Reference in a new issue