[docs] move one level higher
This commit is contained in:
parent
26d5c91625
commit
bd03f95e99
17 changed files with 1 additions and 1 deletions
25
docs/source/hacking.rst
Normal file
25
docs/source/hacking.rst
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
Hacking
|
||||
=======
|
||||
Using uncloud in hacking (aka development) mode.
|
||||
|
||||
|
||||
Get the code
|
||||
------------
|
||||
.. code-block:: sh
|
||||
:linenos:
|
||||
|
||||
git clone https://code.ungleich.ch/uncloud/uncloud.git
|
||||
|
||||
|
||||
|
||||
Install python requirements
|
||||
---------------------------
|
||||
You need to have python3 installed.
|
||||
|
||||
.. code-block:: sh
|
||||
:linenos:
|
||||
|
||||
cd uncloud!
|
||||
python -m venv venv
|
||||
. ./venv/bin/activate
|
||||
./bin/uncloud-run-reinstall
|
||||
Loading…
Add table
Add a link
Reference in a new issue