Existing instruction in self-hosting.md is outdated and simply doesn't work. This pull request matches docs to current version of readme.
The biggest issue is that cloning step is using:
git clone -b master
versus recommended in the repository's readme https://github.com/makeplane/plane:
git clone
Currently the default branch for repository is "develop", not "master", and using -b master will not work due to version of .env.example.
Kudos to discord community who helped me to investigate the issue.
Existing instruction in self-hosting.md is outdated and simply doesn't work. This pull request matches docs to current version of readme.
The biggest issue is that cloning step is using:
git clone -b master
versus recommended in the repository's readme https://github.com/makeplane/plane:git clone
Currently the default branch for repository is "develop", not "master", and using -b master will not work due to version of .env.example.Kudos to discord community who helped me to investigate the issue.