Conversation
|
|
||
| ```Shell | ||
| git clone https://github.com/opencloud-eu/opencloud/tree/main/deployments/examples/opencloud_full | ||
| git clone https://github.com/opencloud-eu/opencloud.git |
There was a problem hiding this comment.
git clone https://github.com/opencloud-eu/opencloud/tree/main/deployments/examples/opencloud_full
Cloning into 'opencloud_full'...
fatal: repository 'https://github.com/opencloud-eu/opencloud/tree/main/deployments/examples/opencloud_full/' not found
if we want to clone only opencloud_full folder with content we need do something like https://medium.com/@gabrielcruz_68416/clone-a-specific-folder-from-a-github-repository-f8949e7a02b4
I would avoid this and do easy:
clone opencloud
cd opencloud_full folder
| ## 3. Add local domains to /etc/hosts | ||
|
|
||
| ``` | ||
| 127.0.0.1 cloud.opencloud.test |
There was a problem hiding this comment.
user needs to add domains to etc/hosts to open cloud.opencloud.test
|
Can you rewrite your commit message to : "Enhance quickstart guide" ? |
In the automated release script, we use the Pull request title, which is normally also the commit message title. |
2e81a2a to
34f3390
Compare
okay, I changed PR title |
I tried to go through these steps and found a couple of missing nuances