Added windows to installation guide
This commit is contained in:
+20
-1
@@ -12,6 +12,8 @@ There are four parts to the infrastructure:
|
|||||||
## Docker
|
## Docker
|
||||||
The Docker setup is done with docker-compose and is a single command to get set up.
|
The Docker setup is done with docker-compose and is a single command to get set up.
|
||||||
|
|
||||||
|
**PS: if you're setting up Shuffle on Windows, go to the next step (Windows Docker setup)**
|
||||||
|
|
||||||
1. Make sure you have Docker and [docker-compose](https://docs.docker.com/compose/install/) installed.
|
1. Make sure you have Docker and [docker-compose](https://docs.docker.com/compose/install/) installed.
|
||||||
|
|
||||||
2. Run docker-compose.
|
2. Run docker-compose.
|
||||||
@@ -21,6 +23,23 @@ cd Shuffle
|
|||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
When you're done, skip to the "After installation" step below.
|
||||||
|
|
||||||
|
## Windows Docker setup
|
||||||
|
This step is for setting up with Docker on windows from scratch.
|
||||||
|
|
||||||
|
1. Make sure you have [Docker](https://docs.docker.com/docker-for-windows/install/) and [docker-compose](https://docs.docker.com/compose/install/) installed
|
||||||
|
2. Go to https://github.com/frikky/shuffle/releases and download the latest .zip release (or install git)
|
||||||
|
3. Unzip the folder and enter it
|
||||||
|
4. Open the .env file and change the line with "OUTER_HOSTNAME" to contain your IP:
|
||||||
|
```
|
||||||
|
OUTER_HOSTNAME=YOUR.IP.HERE
|
||||||
|
```
|
||||||
|
5. Run docker-compose
|
||||||
|
```
|
||||||
|
docker-compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
### Configurations (proxies, default users etc.)
|
### Configurations (proxies, default users etc.)
|
||||||
https://shuffler.io/docs/configuration
|
https://shuffler.io/docs/configuration
|
||||||
|
|
||||||
@@ -30,7 +49,7 @@ https://shuffler.io/docs/configuration
|
|||||||
2. Now set up your admin account (username & password). Shuffle doesn't have a default username and password.
|
2. Now set up your admin account (username & password). Shuffle doesn't have a default username and password.
|
||||||
3. Check out https://shuffler.io/docs/configuration as it has a lot of useful information to get started
|
3. Check out https://shuffler.io/docs/configuration as it has a lot of useful information to get started
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Useful info
|
### Useful info
|
||||||
* The server is available on http://localhost:3001 (or your servername)
|
* The server is available on http://localhost:3001 (or your servername)
|
||||||
|
|||||||
Reference in New Issue
Block a user