.
This commit is contained in:
10
README.md
10
README.md
@@ -2,13 +2,9 @@
|
|||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
```bash
|
for more information check /documentation/setup.md
|
||||||
cd ~/
|
|
||||||
git clone https://git.limbosolutions.com/limbosolutions.com/git.limbosolutions.com
|
|
||||||
cd git.limbosolutions.com
|
|
||||||
chmod +x /scripts
|
|
||||||
./scripts/setup-lxc.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
## Backup Strategy
|
## Backup Strategy
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,22 @@
|
|||||||
# Setup
|
# Setup
|
||||||
|
|
||||||
|
Web setup
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
curl - "https://git.limbosolutions.com/limbosolutions.com/git.limbosolutions.com/raw/branch/main/scripts/web-setup.sh" | bash
|
||||||
|
```
|
||||||
|
|
||||||
|
Or you can manual clone the repository and execute
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
cd ~/
|
||||||
|
git clone "https://git.limbosolutions.com/limbosolutions.com/git.limbosolutions.com"
|
||||||
|
cd git.limbosolutions.com
|
||||||
|
chmod +x git.limbosolutions.com/scripts/setup.sh
|
||||||
|
./git.limbosolutions.com/scripts/setup.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Create LXC Container
|
## Create LXC Container
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
@@ -8,14 +25,11 @@ containername=gitsrv01
|
|||||||
lxc_profile=enxd0374555c1f8_macvlan
|
lxc_profile=enxd0374555c1f8_macvlan
|
||||||
```
|
```
|
||||||
|
|
||||||
## Setup Container
|
## Setup LXC Container
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
lxc launch ubuntu $containername -p $lxc_profile
|
scripts/setup-lxc.sh
|
||||||
# Setup container for docker
|
|
||||||
lxc exec $containername -- bash -c "curl https://git.limbosolutions.com/kb/lxc/scripts/ubuntu-fuse-setup.sh | bash"
|
|
||||||
```
|
```
|
||||||
Setup using portainer [docker compose](docker/docker-compose.yaml).
|
|
||||||
|
|
||||||
## Fresh Install
|
## Fresh Install
|
||||||
|
|
||||||
|
|||||||
0
scripts/setup.sh
Normal file
0
scripts/setup.sh
Normal file
4
scripts/web-setup.sh
Normal file
4
scripts/web-setup.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
git clone https://git.limbosolutions.com/limbosolutions.com/git.limbosolutions.com
|
||||||
|
cd git.limbosolutions.com
|
||||||
|
chmod +x git.limbosolutions.com/scripts/setup.sh
|
||||||
|
git.limbosolutions.com/scripts/setup.sh
|
||||||
Reference in New Issue
Block a user