-
Notifications
You must be signed in to change notification settings - Fork 76
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
Fix readme #211
Conversation
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 |
There was a problem hiding this comment.
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"
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@@ -9,3 +9,4 @@ kubernetes | |||
MySQL-python | |||
djangorestframework | |||
django_sendmail_backend | |||
nodejs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dockerfile
already have this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fix bugs