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

Simple.installer #118

Draft
wants to merge 7 commits into
base: next
Choose a base branch
from
Draft

Simple.installer #118

wants to merge 7 commits into from

Conversation

rotty3000
Copy link
Member

No description provided.

@@ -192,7 +52,7 @@ We have a new `Getting Started` guide [available here.](https://github.com/lifer

* linux/mac:
```
rm -rf ~/.lcect*
rm -rf ~/.liferay/cli*
Copy link
Member

Choose a reason for hiding this comment

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

should we use ~/.liferay/cx/cli and ~/.liferay/cx/sources?

Copy link
Member

Choose a reason for hiding this comment

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

I see down below we are using ~/.liferay/cx which I think is a good name.

@@ -19,6 +21,8 @@ var mkcertCmd = &cobra.Command{
Short: "Uses mkcert package to make locally-trusted development certificates.",
Args: cobra.NoArgs,
Run: func(cmd *cobra.Command, args []string) {
os.Setenv("TRUST_STORES", "nss")
Copy link
Member

Choose a reason for hiding this comment

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

does this "add" to the defaults? or do we still have to add system,java somewhere else?

Copy link
Member Author

Choose a reason for hiding this comment

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

this branch is just testing things on Fedora, but yeah. it's "setting" the stores. We can discuss how to choose which stores to use by the user or via config.

@rotty3000 rotty3000 marked this pull request as draft April 28, 2023 18:29
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.

2 participants