mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
readme updated
This commit is contained in:
parent
3dff996beb
commit
e93cd721da
1 changed files with 6 additions and 1 deletions
|
|
@ -29,10 +29,15 @@ The stack includes:
|
||||||
|
|
||||||
### Basic Setup
|
### Basic Setup
|
||||||
|
|
||||||
1. Clone this repository
|
0. Use WSL or Linux
|
||||||
|
1. Clone this repository
|
||||||
|
- run the next command in terminal: `git clone https://github.com/ExarLabs/academy_docker.git`
|
||||||
2. Create `.env` file in the root folder (check `.env.example` for inspiration)
|
2. Create `.env` file in the root folder (check `.env.example` for inspiration)
|
||||||
|
- run the next command in terminal: `cp .env.example .env`
|
||||||
|
- edit the `.env` file as you want. Note that if you change the `LANGCHAIN_DB_PASSWORD` env variable, you must also change it in the langchain repository's .env file
|
||||||
3. Run `docker compose up -d`
|
3. Run `docker compose up -d`
|
||||||
4. Create a site by running `bash ./scripts/create-site.sh <your_site_name>`
|
4. Create a site by running `bash ./scripts/create-site.sh <your_site_name>`
|
||||||
|
- your site name must be a valid domain like name (for example academy.local, exar.labs) or an ip (like: 113.23.244.114)
|
||||||
5. Set your site name in your machine's hosts file
|
5. Set your site name in your machine's hosts file
|
||||||
- add the following line to your machine's hosts file
|
- add the following line to your machine's hosts file
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue