mirror of
https://github.com/RoboSats/robosats-web-host.git
synced 2025-07-18 08:43:18 +00:00
README
This commit is contained in:
19
README.md
19
README.md
@ -1,3 +1,20 @@
|
|||||||
# robosats-web-host
|
# robosats-web-host
|
||||||
|
|
||||||
https://learn.robosats.org
|
https://learn.robosats.org
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
Clone https://github.com/RoboSats/robosats on a searate folder
|
||||||
|
|
||||||
|
````
|
||||||
|
cd robosats
|
||||||
|
docker run -d --name pages --restart always -p 4000:4000 pages
|
||||||
|
cd web
|
||||||
|
docker composer up -d
|
||||||
|
````
|
||||||
|
|
||||||
|
From this folder
|
||||||
|
|
||||||
|
````
|
||||||
|
docker composer up -d
|
||||||
|
````
|
Reference in New Issue
Block a user