mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #460 from Human-Connection/docs-add_missing_env_instruction
Add instruction to configure local cypress config
This commit is contained in:
commit
3edfa42f1a
@ -148,19 +148,19 @@ For further informations see also our [Kubernetes documentation](https://github.
|
|||||||
#### Install the dependencies
|
#### Install the dependencies
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ yarn
|
$ yarn install
|
||||||
$ cd backend && yarn
|
$ cd backend && yarn install
|
||||||
$ cd ../
|
$ cd ../webapp && yarn install
|
||||||
$ cd webapp && yarn
|
$ cd ..
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Copy Environment Variables
|
#### Copy Environment Variables
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ cd ../
|
$ cp cypress.env.template.json cypress.env.json
|
||||||
$ cd backend
|
$ cp backend/.env.template backend/.env
|
||||||
$ cp .env.template .env
|
$ cp webapp/.env.template webapp/.env
|
||||||
```
|
```
|
||||||
|
|
||||||
Configure the file `.env` according to your needs and your local setup.
|
Configure the new files according to your needs and your local setup.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user