Getting Started¶
Prerequisites¶
- An understanding of, or willingness to learn, some basic tech stuff
- A computer to run these applications
However you decide to run SyncLounge yourself, to run the webapp you need to set the Access URL using one of these methods:
- In settings.json
- Via argument. E.g. -
node webapp.js --accessUrl=<value>
- Environment Variable
All of the variables and what they do can be found on the Settings page.
Issues¶
If you encounter any issues setting up SyncLounge, see the Report an Issue page.
Running¶
Docker¶
The recommended way of self-hosting SyncLounge is Running with Docker. Docker is an application that runs software in containers making it easier to get applications running. You can learn more by going to Docker's website.
Locally¶
You may also run it directly on a machine using a local install.