diff --git a/Basic-Setup-Etebase-(EteSync-v2).md b/Basic-Setup-Etebase-(EteSync-v2).md index 6bdc30a..0f8b3da 100644 --- a/Basic-Setup-Etebase-(EteSync-v2).md +++ b/Basic-Setup-Etebase-(EteSync-v2).md @@ -1,7 +1,8 @@ This guide details an initial setup of an Etebase server. It is specifically written for Ubuntu/Debian, but you should be able to use it as a guide for different systems as well. + Etebase is EteSync v2. For more information, read [the blog post announcing it](https://blog.etesync.com/etesync-2-0-ready-for-testers/). -Making a separate user to run the server is also recommended, but not necessary. +This guide assumes that you have basic knowledge of domains in order to set up your own domain. ### Download Etebase server First we install the [Python virtual environment](https://docs.python.org/3/tutorial/venv.html) package, clone the repo, set up the virtual environment and install the Python dependencies. @@ -29,7 +30,7 @@ To configure the application, you need a Django `.ini` file. Luckily, the repo already contains a basic ini called `etebase-server.ini.example` which we can copy. ``` -$ cp etesync-server.ini.example etesync-server.ini +$ cp etebase-server.ini.example etebase-server.ini ``` Open the file, and set allowed hosts to `*`. (Note: this is just for testing purposes. **Set this to your domain name later**.)