mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
feat: Add Github SSH Guide
This commit is contained in:
parent
42889f3d2e
commit
61b6d9fdfd
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
|
@ -64,7 +64,13 @@ docker-compose -f .devcontainer/docker-compose.yml up -d && docker exec -e \"TER
|
||||||
|
|
||||||
## Starting Development
|
## Starting Development
|
||||||
|
|
||||||
### Default Install
|
### GitHub Login (SSH)
|
||||||
|
|
||||||
|
[Follow this guide](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
|
||||||
|
|
||||||
|
### RAFNAV Installation
|
||||||
|
|
||||||
|
#### Default Install
|
||||||
|
|
||||||
1. Run the installer
|
1. Run the installer
|
||||||
|
|
||||||
|
|
@ -72,13 +78,13 @@ docker-compose -f .devcontainer/docker-compose.yml up -d && docker exec -e \"TER
|
||||||
frap-install
|
frap-install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Development Branch Install
|
#### Development Branch Apps Install
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
frap-install -j apps-development.json
|
frap-install -j apps-development.json
|
||||||
```
|
```
|
||||||
|
|
||||||
### Prod Install
|
#### Prod Apps Install
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
frap-install -j apps-prod.json
|
frap-install -j apps-prod.json
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue