forked from uncloud/uncloud
find ucloud -name \*.py -exec sed -i "s/ucloud/uncloud/g" {} \;
This commit is contained in:
parent
70c8da544e
commit
7b6c02b3ab
68 changed files with 0 additions and 0 deletions
17
uncloud/docs/source/hacking.rst
Normal file
17
uncloud/docs/source/hacking.rst
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
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
|
||||
* . ./venv/bin/activate # you need the leading dot for sourcing!
|
||||
* Run ./bin/ucloud-run-reinstall - it should print you an error
|
||||
message on how to use ucloud
|
||||
Loading…
Add table
Add a link
Reference in a new issue