uncloud/uncloud/docs/source/hacking.rst

18 lines
352 B
ReStructuredText
Raw Normal View History

2019-12-08 13:20:26 +00:00
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
2019-12-08 13:22:56 +00:00
* . ./venv/bin/activate # you need the leading dot for sourcing!
2019-12-08 13:20:26 +00:00
* Run ./bin/ucloud-run-reinstall - it should print you an error
message on how to use ucloud