-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Provide Unix Build Instructions + Scripts #437
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
Comments
I think we should look into packaging dnvm (Debian and RPM). I'm not convinced me need to do the
Pattern for our managed projects. We use a build.sh instead. |
If you're thinking of doing .deb and .rpm files, it would make sense to change how DNX does its installations today. For example in both Windows and Linux, it's stored in a .dnx folder under the current user's home path. I don't know of a .deb or .rpm package that has ever installed on a per-user basis, they are all instead installed system wide. I would imagine that things should get installed to a system wide directory (like the dnvm script and the runtimes), but the choice of active/default should be stored in a home path configuration directory? |
How about something like this? The Docker image builds the .rpm and .deb packages using the current version of the DNVM script as of this posting. https://github.com/wholroyd/dnvm Both packages install DNVM at a system level into Contents of the RPM...
|
That seems wrong... By definition |
You're right, I'll change it. |
Updated my repo |
This issue is being closed because it has not been updated in 3 months. We apologize if this causes any inconvenience. We ask that if you are still encountering this issue, please log a new issue with updated information and we will investigate. |
Remove duplicated UseHttpsRedirection (#437)
Currently the mechanism to install KVM requires me to run some commands that download bits and pieces from the internet.
ASP.NET needs to have a Unix build setup that would:
This is the way that most Unix packages are distributed nowadays. And they have been turned into a set of well established idioms, that go like this:
Bonus points if you use GNU autoconf/automake, as it would give you:
The text was updated successfully, but these errors were encountered: