Update README.md

This commit is contained in:
Gregor Vostrak
2024-05-21 23:51:46 +02:00
committed by GitHub
parent c9c8e333dc
commit 70ebda09ac

View File

@@ -25,6 +25,10 @@ solidtime is a modern open-source time tracking application for Freelancers and
**System requirements**
* Docker
First you need to download or clone the repository f.e. with `git@github.com:solidtime-io/solidtime.git`.
After that, execute the following commands **inside the project folder**:
```bash
docker run --rm \
--pull=always \
@@ -50,6 +54,8 @@ cp .env.example .env
Make sure to set the APP_PORT and VITE_PORT inside your `.env` file to a port that is not already used by your system.
By default the application will run on [localhost:8083](http://localhost:8083/)
### Setup with Reverse Proxy
**Additional System Requirements**