-
Notifications
You must be signed in to change notification settings - Fork 26
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
Create ASP.NET MVC container #17
Comments
I need to know where I can dump my specially compiled tomcat tgz with mod_mono and all the config wrapped up into a nice neat little package. |
If I understand correctly, you have a compiled apache + tomcat tgz that you If so, then stick in an s3 bucket, and make sure it's publically accessible. Then write a container for the buildpack that detects when to activate this
|
I can stick it in an s3 bucket, but isnt there an official bucket that holds all the binary artifacts? If not, im happy to host it. |
Not tomcat, but apache, yes |
Only as official as my s3 bucket :) To start, why don't you host it in yours, and then we can relocate it to On Monday, October 21, 2013, Nicholas Terry wrote:
David Laing |
@nterry - Bump? |
Sorry, Ive been extremely busy lately. Ill try to get it added and merged as soon as I can. |
No worries - feel free to sent a partially completed PR; I'm happy to On Wednesday, 30 October 2013, Nicholas Terry wrote:
David Laing |
so it appears that I lost my compiled version, so im going to make it again. I know the prefix should begin with /app, but whats the exact prefix i should use to follow convention? I am using /app/vendor/httpd unless you want something else? I also need to know the prefix for the latest mono. Do you use a version-specific one, or something like /app/vendor/mono? |
/app/vendor/{dependancyname}/ Also, if you could include the script used to build the dependency, or have On 2 Nov 2013 00:46, "Nicholas Terry" notifications@github.com wrote:
|
@nterry - any updates? |
Yeah. Made the zip with the needed stuff in it. Just need to add it and
|
Asp.net container is well under way. I'm hoping to have it done soon. (Just need to find the time ;)) |
I am looking for a mono buildpack for my ASP.NET MVC 4.x version. Thanks |
Create a container to support ASP.NET MVC (similar to the console container )
The text was updated successfully, but these errors were encountered: