File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # rootfs
2- Syncloud rootfs
1+ # Syncloud rootfs
32
43# Run Syncloud on any Linux distro
54
6- Make sure you have nothing listening on port 80 and 81 , like apache.
5+ Make sure you have nothing listening on port 80 and 443 , like apache.
76
87Remove apache2:
98
10- ````
9+ ```
1110apt-get remove apache2
1211
13- ````
12+ ```
1413
1514Also, as we use a modified version of snapd installation will remove any existing snapd.
1615Installation:
1716
18- ````
17+ ```
1918wget https://raw.githubusercontent.com/syncloud/rootfs/master/install.sh
2019chmod +x install.sh
21- sudo ./install.sh stable
22- ````
20+ sudo ./install.sh
21+ ```
2322
2423This should install Syncloud Platform
2524
2625Open https://localhost and activate your device.
2726
28- # Running a build server
29-
30- 1 . Install docker
31- 2 . Install drone
32- 3 . Create drone network:
33- ```
34- docker network create drone
35- ```
36-
3727Report issues at https://github.com/syncloud/platform/issues
You can’t perform that action at this time.
0 commit comments