mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
update java/scala executor, integrate distrobuilder in
This commit is contained in:
parent
716cf04e62
commit
4d344db148
5 changed files with 55 additions and 336 deletions
|
@ -136,16 +136,15 @@ pacman -S lxc libvirt unzip
|
|||
```sh
|
||||
# clone and enter repo
|
||||
git clone https://github.com/engineer-man/piston
|
||||
cd piston/lxc
|
||||
```
|
||||
|
||||
#### Installation (simple)
|
||||
|
||||
- Install additional dependencies python3, pip and distrobuilder
|
||||
- `cd ../container && ./build.sh`
|
||||
- `cd container && ./build.sh`
|
||||
- Wait, it may take up to an hour.
|
||||
- `lxc-create -n piston -t local -- --metadata meta.tar.xz --fstree rootfs.tar.xz`
|
||||
- `cd ../lxc && ./start`
|
||||
- `cd lxc && ./start`
|
||||
- Good to go!
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue