mirror of https://github.com/portainer/portainer
parent
4be3ac470f
commit
49982eb98a
|
@ -74,3 +74,23 @@ Our contribution process is described below. Some of the steps can be visualized
|
||||||
The feature request process is similar to the bug report process but has an extra functional validation before the technical validation as well as a documentation validation before the testing phase.
|
The feature request process is similar to the bug report process but has an extra functional validation before the technical validation as well as a documentation validation before the testing phase.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Build Portainer locally
|
||||||
|
|
||||||
|
Ensure you have Docker, Node.js, yarn, and Golang installed in the correct versions.
|
||||||
|
|
||||||
|
Install dependencies with yarn:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ yarn
|
||||||
|
```
|
||||||
|
|
||||||
|
Then build and run the project:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ yarn start
|
||||||
|
```
|
||||||
|
|
||||||
|
Portainer can now be accessed at <http://localhost:9000>.
|
||||||
|
|
||||||
|
Find more detailed steps at <https://documentation.portainer.io/contributing/instructions/>.
|
||||||
|
|
|
@ -30,6 +30,7 @@ Unlike the public demo, the playground sessions are deleted after 4 hours. Apart
|
||||||
|
|
||||||
- [Deploy Portainer](https://www.portainer.io/installation/)
|
- [Deploy Portainer](https://www.portainer.io/installation/)
|
||||||
- [Documentation](https://documentation.portainer.io)
|
- [Documentation](https://documentation.portainer.io)
|
||||||
|
- [Building Portainer](https://documentation.portainer.io/contributing/instructions/)
|
||||||
|
|
||||||
## Getting help
|
## Getting help
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue