mirror of
https://github.com/lukevella/rallly-selfhosted.git
synced 2025-12-10 02:42:49 +01:00
Update README.md
This commit is contained in:
parent
c1ccce06dd
commit
33cb4ccd58
@ -25,6 +25,7 @@ To run this project you will need:
|
|||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/lukevella/rallly-selfhosted.git
|
git clone https://github.com/lukevella/rallly-selfhosted.git
|
||||||
|
cd rallly-selfhosted
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. Add required config
|
### 2. Add required config
|
||||||
@ -34,8 +35,7 @@ In the root of this project you will find a file called `config.env`. This is wh
|
|||||||
Start by generating a secret key. **Muste be at least 32-characters long**.
|
Start by generating a secret key. **Muste be at least 32-characters long**.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# You can try running this command to generate a random string
|
openssl rand -base64 32
|
||||||
openssl rand -base64 64 | tr -d '\n' ; echo
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Open `config.env` and set `SECRET_PASSWORD` to your secret key.
|
Open `config.env` and set `SECRET_PASSWORD` to your secret key.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user