Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer authored May 21, 2024
1 parent c9c8e33 commit 70ebda0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `[email protected]:solidtime-io/solidtime.git`.

After that, execute the following commands **inside the project folder**:

```bash
docker run --rm \
--pull=always \
Expand All @@ -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**
Expand Down

0 comments on commit 70ebda0

Please sign in to comment.