Skip to content

Commit fb9cd52

Browse files
committed
cleanup
1 parent 605efb7 commit fb9cd52

1 file changed

Lines changed: 7 additions & 17 deletions

File tree

README.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,27 @@
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

87
Remove apache2:
98

10-
````
9+
```
1110
apt-get remove apache2
1211
13-
````
12+
```
1413

1514
Also, as we use a modified version of snapd installation will remove any existing snapd.
1615
Installation:
1716

18-
````
17+
```
1918
wget https://raw.githubusercontent.com/syncloud/rootfs/master/install.sh
2019
chmod +x install.sh
21-
sudo ./install.sh stable
22-
````
20+
sudo ./install.sh
21+
```
2322

2423
This should install Syncloud Platform
2524

2625
Open 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-
3727
Report issues at https://github.com/syncloud/platform/issues

0 commit comments

Comments
 (0)