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

Fix readme #211

merged 3 commits into from
Aug 21, 2017

Conversation

gongweibao
Copy link
Collaborator

Fix bugs

README.md Outdated
npm install
pip install -r requirements.txt
./manage.py migrate
./manage.py loaddata sites
npm run dev
```

If `npm` haven't been installed, you need to
Copy link
Collaborator

Choose a reason for hiding this comment

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

The command may differ for different OSs, just add one line in Pre-Requirements: "nodejs"

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

README.md Outdated
- Copy Kubernetes admin user key (admin.pem, admin-key.pem) to `pcloud_data/certs` folder
- Copy CephFS Key file(admin.secret) to `pcloud_data/certs` folder
- Copy `/paddlecloud/settings.py` file to `pcloud_data` folder
- Copy Kubernetes CA files (ca.pem, ca-key.pem, ca.srl) to `pcloud/data/certs` folder
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe not put strict folders here, the folders are used by k8s/cloud_deployment.yaml, and these folders need to be full path begin from /. So users need to define their own hostpath for yaml files to use.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

@gongweibao gongweibao changed the title Readme Fix readme Jul 18, 2017
@@ -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.

Copy link
Collaborator

@typhoonzero typhoonzero left a comment

Choose a reason for hiding this comment

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

LGTM

@gongweibao gongweibao merged commit 24f1759 into PaddlePaddle:develop Aug 21, 2017
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

Successfully merging this pull request may close these issues.

2 participants