Skip to content

Commit

Permalink
Rework documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobinaubertin committed Aug 22, 2019
1 parent 1c6e13b commit 6bb7cd8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -34,7 +34,11 @@ Requirements:
- Ffmpeg 3+ - Ffmpeg 3+
- Yarn or NPM (only to compile the webapp) - Yarn or NPM (only to compile the webapp)


You can follow the installation guide for [Debian stretch](documentation/debian-stretch.md), [Debian buster](documentation/debian-buster.md) or use [Docker](documentation/docker.md). Installation guides:
- [Debian stretch with nginx](documentation/debian-stretch-nginx.md)
- [Debian buster with nginx](documentation/debian-buster-nginx.md)
- [Debian buster with apache](documentation/debian-buster-apache.md)
- [Docker](documentation/docker.md)


## Status ## Status
The project has the goal of being really stable for the backend once 1.0 is hit. That means no database structure changes, an update system and a stable API. The project has the goal of being really stable for the backend once 1.0 is hit. That means no database structure changes, an update system and a stable API.
Expand Down
File renamed without changes.
File renamed without changes.
7 changes: 4 additions & 3 deletions documentation/docker.md 100755 → 100644
@@ -1,10 +1,11 @@
Use the Docker container Use the Docker container
======================== ========================


Download the latest release (here in /srv/zusam): Download the latest release (here in ~/zusam):
``` ```
mkdir -p /srv/zusam && cd /srv/zusam mkdir -p ~/zusam && cd ~/zusam
wget -qO- https://github.com/nrobinaubertin/zusam/archive/0.1.1.tar.gz | tar xz --strip 1 version="$(curl -Ls -o /dev/null -w '%{url_effective}' https://github.com/nrobinaubertin/zusam/releases/latest | rev | cut -d'/' -f1 | rev)"
wget -qO- https://github.com/nrobinaubertin/zusam/archive/$version.tar.gz | tar xz --strip 1
``` ```


Build the container: Build the container:
Expand Down

0 comments on commit 6bb7cd8

Please sign in to comment.