From 654b3fe860273a1deddaab3ff59c2aabac090b8a Mon Sep 17 00:00:00 2001 From: Pierre-Alain TORET Date: Tue, 21 May 2019 13:00:13 +0200 Subject: [PATCH] README.md : add instructions for installing from packages --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 36a3262..258c50f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ A skeleton app for running your own [EteSync](https://www.etesync.com) server # Installation +## Using pre-built packages + +* Arch Linux : [AUR](https://aur.archlinux.org/packages/etesync-server) +* Fedora : [COPR](https://copr.fedorainfracloud.org/coprs/daftaupe/etesync) + +## Manually from source + Before installing the EteSync server make sure you install `virtualenv` (for **Python 3**): * Arch Linux: `pacman -S python-virtualenv` @@ -26,6 +33,8 @@ source venv/bin/activate pip install -r requirements.txt ``` +# Configuration + If you are familiar with Django you can just edit the [settings file](etesync_server/settings.py) according to the [Django deployment checklist](https://docs.djangoproject.com/en/1.11/howto/deployment/checklist) if you are not, we also provide a simple [configuration file](etesync-server.ini)