added startup function

This commit is contained in:
2026-06-04 17:08:02 +02:00
parent 98a8149300
commit 86dff12132
5 changed files with 157 additions and 14 deletions
+16 -3
View File
@@ -52,9 +52,22 @@ If you want to be always up to date, you can clone this repository by running:
git clone https://git.the1s.de/theis.gaedigk/stockhome.git
```
> **NOTE**: To do this, you must have git installed. [How to install git?](https://git-scm.com/install/)
> **NOTE:** To do this, you must have git installed. [How to install git?](https://git-scm.com/install/)
### 3. Run Stockhome
### 3. Create `.env` file
In the root directory of this repository create an .env file and enter the following records:
```txt
MYSQL_ROOT_PASSWORD=
AUTH_SIGNATURE=
```
Make sure that you have set an secure root password and a secure signature.
> **NOTE:** These two values cannot contain special characters.
### 4. Start Stockhome
First, navigate into the root directory of this repository and run:
@@ -64,7 +77,7 @@ docker compose up -d --build
The database and all necessary services are started and initialised automatically.
### 4. First login
### 5. First login
The default admin credentials are always: