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

Add documentation for proxy support #314

Closed
mkrogemann opened this issue Jun 10, 2013 · 3 comments
Closed

Add documentation for proxy support #314

mkrogemann opened this issue Jun 10, 2013 · 3 comments

Comments

@mkrogemann
Copy link
Contributor

Hey guys,

can you please add a brief section on Proxy configuration to your Wiki. I would happily do it myself but lack permissions and a Pull Request does not work for the Wiki as far as I know.

I implemented the Proxy support some time back in Pull Request #112 and thankfully it was merged into the master.

The documentation could essentially consist of a hint to a section that users can add to the ~/.asgard/Config.groovy file. The section should look like this:

proxy {
host="some-proxy.corporate.com"
port=8080
}

Thanks!

@joesondow
Copy link
Contributor

I know, wiki additions aren't so great on GitHub yet. Can you please fork asgard including the wiki, change a page, and post the link to your changed page? That will make it easier for me to copy your changes over to the main wiki.

@mkrogemann
Copy link
Contributor Author

I added one page to briefly describe proxy setup

https://github.com/mkrogemann/asgard/wiki/Proxy-Support

and edited the sidebar of the home page to include the new page in the navigation

https://github.com/mkrogemann/asgard/wiki/Home

@joesondow
Copy link
Contributor

Superb. I've added your changes to the wiki. Thanks.

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

2 participants