-
Notifications
You must be signed in to change notification settings - Fork 17
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
Allow installation of Chocolatey with install.ps1 script #27
Comments
ferventcoder
added a commit
that referenced
this issue
Feb 10, 2018
Install Chocolatey with script directly from Chocolatey.Server. Script will determine if Chocolatey.nupkg is locally cached or not and provide a proper url for download. This script is meant to be used in the same way as it is done from https://chocolatey.org/install (the instructions are the same, the url is different).
Holding open until main page has documentation about this. |
ferventcoder
added a commit
that referenced
this issue
Feb 11, 2018
- Clean up sections and separate them nicely - Explain how to use install.ps1 to install Chocolatey internally - Show how to add source with choco source command - Links to push package docs - Note how to manage install of Chocolatey from this repo with different configuration management items and point to issues for Ansible and Salt that don't support offline installation of Chocolatey itself. - Explain the api key and how to set it - Explain basic authentication and how to enable it - Add docs surrounding packages and how big they can be, timeouts surrounding larger packages, how to delist/delete, and package version immutability. - Explain the package cache and what it means to clear it. - Add docs for building packages and the best way to get started. Explain why Package Builder is awesome. - Explain the difference between caching and internalizing. Point to Package Internalizer.
Completed for 0.2.3 |
ferventcoder
changed the title
Allow Installation of Chocolatey with script from Chocolatey.Server
Allow installation of Chocolatey with install.ps1 script
Feb 11, 2018
ferventcoder
added a commit
that referenced
this issue
Feb 11, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to https://chocolatey.org/install.ps1
The text was updated successfully, but these errors were encountered: