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: add server install cli cmd #1112

Merged
merged 18 commits into from
Aug 30, 2022
Merged

feat: add server install cli cmd #1112

merged 18 commits into from
Aug 30, 2022

Conversation

schoren
Copy link
Contributor

@schoren schoren commented Aug 25, 2022

This PR adds a server install cli command. At the moment it can only handle docker compose deployments, but it can set up linux systems and do some basic config over the stack (demo enabled or not)

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

Copy link
Contributor

@mathnogueira mathnogueira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work

Long: "Display this CLI tool version",
PreRun: setupCommand,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println(config.Version)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We really needed that ❤️

@schoren schoren merged commit 44f1d78 into main Aug 30, 2022
@schoren schoren deleted the server-installer branch August 30, 2022 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ease installation process by utilizing CLI to do the server install
2 participants