Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsee committed May 4, 2020
1 parent 039c5a3 commit 31033b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 21 deletions.
25 changes: 9 additions & 16 deletions app/templates/oe-cloud-2.x/settings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ A scaffold project of oe-cloud.

### Pre-requisite

- you should able to connecto to [evgit](http://evgit), [npmjs](http://registry.npmjs.org) and [github](https://github.com) when you use npm on command line
- you should able to connect to [npmjs](http://registry.npmjs.org) and [github](https://github.com) when you use npm on command line
- For that use .npmrc and .gitconfig as shown below

*.npmrc*

```
http-proxy=http://<username>:<password>@10.68.248.102:80/
https-proxy=http://<username>:<password>@10.68.248.102:80/
proxy=http://<username>:<password>@<proxy-ip>:<proxy-port>/
https-proxy=http://<username>:<password>@<proxy-ip>:<proxy-port>/
registry="http://registry.npmjs.org"
no_proxy=
noproxy=127.0.0.1,localhost,0.0.0.0
strict-ssl=false
python=E:\Python27\python.exe
```
Expand All @@ -28,19 +28,12 @@ python=E:\Python27\python.exe

```
[http]
proxy = http://<username>:<password>@10.68.248.102:80/
proxy = http://<username>:<password>@<proxy-ip>:<proxy-port>/
[https]
proxy = http://<username>:<password>@10.68.248.102:80/
[http "http://10.73.97.24"]
sslVerify = false
proxy =
[http "http://evgit"]
sslVerify = false
proxy =
[http "http://10.188.25.62"]
sslVerify = false
proxy =
proxy = http://<username>:<password>@<proxy-ip>:<proxy-port>/
[http "http://<ip>"]
sslVerify = false
proxy =
[user]
name = username
email = [email protected]
Expand Down
6 changes: 1 addition & 5 deletions app/templates/oe-cloud-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,5 @@
"webpack-virtual-modules": "^0.1.11"

},
"license": "MIT",
"repository": {
"type": "git",
"url": "git@evgit:oecloud.io/oe-skeleton.git"
}
"license": "MIT"
}

0 comments on commit 31033b6

Please sign in to comment.