add hacking template
This commit is contained in:
parent
0283894ba2
commit
8e159c8be1
2 changed files with 17 additions and 0 deletions
16
ucloud/docs/source/hacking.rst
Normal file
16
ucloud/docs/source/hacking.rst
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Hacking
|
||||||
|
=======
|
||||||
|
How to hack on the code.
|
||||||
|
|
||||||
|
[ to be done by Balazs:
|
||||||
|
|
||||||
|
* make nice
|
||||||
|
* indent with shell script mode
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
|
* git clone the repo
|
||||||
|
* cd to the repo
|
||||||
|
* Setup your venv: python -m venv venv
|
||||||
|
* Run ./bin/ucloud-run-reinstall - it should print you an error
|
||||||
|
message on how to use ucloud
|
|
@ -16,6 +16,7 @@ Welcome to ucloud's documentation!
|
||||||
admin-guide
|
admin-guide
|
||||||
user-guide/how-to-create-an-os-image-for-ucloud
|
user-guide/how-to-create-an-os-image-for-ucloud
|
||||||
troubleshooting
|
troubleshooting
|
||||||
|
hacking
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
|
|
Loading…
Reference in a new issue