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

Documentation Needs #580

Open
hazendaz opened this issue Dec 18, 2017 · 0 comments
Open

Documentation Needs #580

hazendaz opened this issue Dec 18, 2017 · 0 comments

Comments

@hazendaz
Copy link
Member

Nuget Usage


Document nuget process

In nuget, this is the package for install...

Install-Package Waffle.AD

Here is how it was uploaded using our current project as it includes nuget from the root using powershell.

./nuget.exe push Waffle.AD.1.8.3.nupkg ${apikeyhere} -Source https://www.nuget.org/api/v2/package

Here is how it is packed for uploading...

./nuget.exe pack Waffle.nuspec

This creates Waffle.AD.1.8.3.nupkg in the root.

To test downloading this, add it to the 'bootstrap.cmd'

NuGet.exe install Waffle.AD -OutputDirectory .nuget\packages\ -NonInteractive -Version 1.8.3

Tomcat valve setup


We only document the bare bones setup. We should show users how to override all items.

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

No branches or pull requests

1 participant