mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
FIX: Add Linux Support
This commit is contained in:
parent
c3772dcbfc
commit
248d5f9d8c
1 changed files with 6 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ Now you can run ```run-rafnav``` anywhere in your WSL terminal to start the deve
|
|||
|
||||
### GitHub Login (SSH)
|
||||
|
||||
> Make sure you're setting it up for Linux
|
||||
> Make sure you're setting it up for WSL or Linux
|
||||
|
||||
1. [Check for any existing SSH Key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys)
|
||||
2. [Generate an SSH Key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
|
||||
|
|
@ -84,6 +84,11 @@ Now you can run ```run-rafnav``` anywhere in your WSL terminal to start the deve
|
|||
|
||||
### RAFNAV Installation
|
||||
|
||||
**‼️ If you're installing on Linux, run the following command first:**
|
||||
```sh
|
||||
chown frappe:frappe /workspace/development/
|
||||
```
|
||||
|
||||
#### Default Install
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue