Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: One Click Deployment #3474

Merged
merged 2 commits into from
Jan 25, 2024
Merged

feat: One Click Deployment #3474

merged 2 commits into from
Jan 25, 2024

Conversation

mguptahub
Copy link
Collaborator

@mguptahub mguptahub commented Jan 25, 2024

Easiest way to do 1-click deployment on Ubuntu/Debian based OS.

Hardware Requirements

  • 2 CPU
  • 4GB RAM
  • 30GB disk space
curl -o- https://raw.githubusercontent.com/makeplane/plane/master/deploy/1-click/install.sh | bash -

Now use plane-app --help to check the usage.

  • Install Plane using plane-app -i
  • Configure Plane using plane-app -c
  • Start Plane using plane-app start
  • Stop Plane using plane-app stop

NOTE
Application Data is stored in mentioned folders

  • DB Data: /opt/plane/data/postgres
  • Redis Data: /opt/plane/data/redis
  • Minio Data: /opt/plane/data/minio

@sriramveeraghanta sriramveeraghanta changed the title Mg 1 click install feat: One Click Deployment Jan 25, 2024
@sriramveeraghanta sriramveeraghanta merged commit 5c912b8 into develop Jan 25, 2024
6 of 8 checks passed
@sriramveeraghanta sriramveeraghanta deleted the mg-1-click-install branch January 25, 2024 11:43
@Julian-Hackenberg
Copy link

Julian-Hackenberg commented Feb 2, 2024

@sriramveeraghanta will a migration need to be run to update from self hosted version 14 to 15?

@mguptahub
Copy link
Collaborator Author

@Julian-Hackenberg

This is a fresh setup and very different from regular docker compose setup. This setup does not need any migration.

If you are looking at migrating from original docker-compose based setup to this one, it will be tricky and not straight forward.

In coming days we do plan to come up with upgrade strategy from docker-compose to 1-click.

Hope this answers your query.

@NandishRana
Copy link

NandishRana commented Feb 19, 2024

Are there perhaps any potential drawbacks or limitations for installation using this method in the long run?
Referencing Tutor's Open Edx installation; its docker binary release solution, that carries restrictions on integrations with custom plugins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants