mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
This commit is contained in:
parent
4be3ac470f
commit
49982eb98a
2 changed files with 21 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue