1
0
mirror of https://github.com/etesync/server synced 2025-07-24 16:08:08 +00:00

Set disclaimer

Simon Vandevelde 2020-09-27 15:02:29 +02:00
parent 6606b74eec
commit c5eca52b4c

@ -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**.)