-
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
@@ -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** | ||
|