Skip to content

Commit

Permalink
More description about setting proxies in README
Browse files Browse the repository at this point in the history
  • Loading branch information
travula committed Oct 17, 2014
1 parent 17395ae commit 2e43e13
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,23 @@ ovpl
====


1. Edit the file ovpl/config/config.json to set the proxies
1. Edit the file ovpl/config/config.json and
ovpl/src/VMManager/config.json
to set the proxies.

"ENVIRONMENT": {
"HTTP_PROXY":"proxy.vlabs.ac.in:8080",
"HTTPS_PROXY":"proxy.vlabs.ac.in:8080"
"HTTP_PROXY":"http://proxy.vlabs.ac.in:8080",
"HTTPS_PROXY":"http://proxy.vlabs.ac.in:8080"
},

if no proxies are used,

"ENVIRONMENT": {
"HTTP_PROXY":"",
"HTTPS_PROXY":""
},


2. Do the same with the file ovpl/src/VMManager/config.json

3. Edit the file ovpl/src/settings.py to set the
Expand Down

0 comments on commit 2e43e13

Please sign in to comment.