mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
Branch-out
Signed-off-by: Fioddor Superconcentrado <fioddor@gmail.com>
This commit is contained in:
parent
0f0f7be681
commit
b20a9d6190
12
HACKING.md
12
HACKING.md
@ -17,14 +17,20 @@ versions of Git, Vagrant and VirtualBox.
|
||||
The ./container script shipped with FreedomBox source code can manage the
|
||||
development environment inside a systemd-nspawn container.
|
||||
|
||||
1. Checkout FreedomBox Service (Plinth) source code using Git.
|
||||
1. Checkout FreedomBox Service (Plinth) source code using Git:
|
||||
|
||||
```bash
|
||||
host$ git clone https://salsa.debian.org/freedombox-team/freedombox.git
|
||||
host$ cd freedombox
|
||||
```
|
||||
|
||||
2. To download, setup, run, and configure a container for FreedomBox
|
||||
2. Work in a specific branch:
|
||||
```bash
|
||||
git branch YOUR-FEATURE-BRANCH`
|
||||
git checkout YOUR-FEATURE-BRANCH`
|
||||
```
|
||||
|
||||
3. To download, setup, run, and configure a container for FreedomBox
|
||||
development, simply execute in your FreedomBox Service (Plinth) development
|
||||
folder:
|
||||
|
||||
@ -32,7 +38,7 @@ development environment inside a systemd-nspawn container.
|
||||
host$ ./container up
|
||||
```
|
||||
|
||||
3. SSH into the running container with the following command:
|
||||
4. SSH into the running container with the following command:
|
||||
|
||||
```bash
|
||||
host$ ./container ssh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user