-
Notifications
You must be signed in to change notification settings - Fork 107
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
A better first touch experience #137
Comments
We dont have to modify Unit if we suggest using the Docker container by default. |
What I was thinking of was more along the lines of what is already being done in our Homebrew compilation flags. There are still some quality-of-life and friction issues with Docker that I point out in issue #139. Until we address these I'm reluctant to point users to Docker as a way to get started. |
You can of course set |
Also consider Docker A PID file is redundant, logs could go directly to /dev/stderr instead of a symlink and the state directory is pretty much redundant when we won't be restarting unitd. |
A little tedious, but yes. |
This issue serves as a place discuss and create tasks related to improving the first touch experience. Recent on-the-ground experiences at Wasm I/O with @tippexs and @danielledeleo have highlighted the need for an improved "first touch" experience for new NGINX Unit users.
Tasks need to be defined and issues created for the following:
Homepage installation one-liner (see rustup, Homebrew, etc.)Loosely defined ideas that may require changes to the nginx/unit repo:
The text was updated successfully, but these errors were encountered: