Open https://www.docker.com/ , download docker and install it.
Open https://git-scm.com/downloads, download git and install it.
git clone https://github.com/tonera/fluxsd.git
cd fluxsd
Or , you can download the fluxsd package in the page: https://github.com/tonera/fluxsd/releases . and then , unzip it and rename to fluxsd.
wget https://github.com/tonera/fluxsd/releases/download/{version}/fluxsd.zip
unzip {version}.zip
mv fluxsd-{version} fluxsd
cd fluxsd
APP_HOST={Your ip}
docker-compose up
Open and access : http://{Your ip}:8000
If you cannot open the web page, please check if the firewall is blocking access. Please allow inbound access to ports 8000, 8080 and 6379.
Access https://www.docker.com/ , download docker and install it.
Open https://git-scm.com/downloads, download git and install it.
Clone the repo
git clone https://github.com/tonera/fluxsd.git
cd fluxsd
Or , you can download the fluxsd package. Click and download fluxsd.zip , and then, unzip it and rename to fluxsd.
cd fluxsd
Check you local ip and edit .env
APP_HOST={Your ip}
Example
APP_HOST=192.168.31.127
Open a PowerShell window and go to the project directory.
cd fluxsd
docker-compose.exe up
Example
PS D:\website\fluxsd>docker-compose.exe up
Open and access : http://{Your ip}:8000
If you cannot open the web page, please check if the firewall is blocking access. Please allow inbound access to ports 8000, 8080 and 6379.