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

Fix readme #211

Merged
merged 3 commits into from
Aug 21, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -100,6 +101,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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dockerfile already have this.