mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-06-15 13:32:43 +01:00
Update README.md
This commit is contained in:
@@ -25,6 +25,10 @@ solidtime is a modern open-source time tracking application for Freelancers and
|
|||||||
**System requirements**
|
**System requirements**
|
||||||
* Docker
|
* 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
|
```bash
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
--pull=always \
|
--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.
|
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
|
### Setup with Reverse Proxy
|
||||||
|
|
||||||
**Additional System Requirements**
|
**Additional System Requirements**
|
||||||
|
|||||||
Reference in New Issue
Block a user