Skip to content

Commit

Permalink
Fix readme (#211)
Browse files Browse the repository at this point in the history
Fix readme
  • Loading branch information
gongweibao authored Aug 21, 2017
1 parent 30cd080 commit 24f1759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ English tutorials(comming soon...)
a good tutorial of creating kubernetes certs: https://coreos.com/kubernetes/docs/latest/getting-started.html

- create data folder on a Kubernetes node, such as:

```bash
mkdir -p /home/pcloud/data/mysql
mkdir -p /home/pcloud/data/certs
Expand Down Expand Up @@ -117,6 +118,7 @@ source paddlecloudenv/bin/activate
To run for the first time, you need to:
```
cd paddlecloud
npm install
pip install -r requirements.txt
./manage.py migrate
Expand Down
1 change: 1 addition & 0 deletions paddlecloud/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ kubernetes
MySQL-python
djangorestframework
django_sendmail_backend
nodejs

0 comments on commit 24f1759

Please sign in to comment.