FairCoin.Co electrumfairchainsx server
electrumfairchainsx server for electrumfair(chains) wallets
The service is made for/controlled by gitlab runner.
Usage
Go Gitlab CI/CD -> Pipeline and Run Pipeline
Enter variable name CMD
CMD - commands
build # build container ( changes of Dockerfile )
start # start container ( changes of scripts )
stop # stop container
uninstall # remove container without to delete the data
remove # remove all data
CI/CD Settings
Go Gitlab Settings -> CI/CD -> Variables
#### FairCoin.Co group variables ######################
FAIRCHAINS_CONF # conf
Development ( manual usage )
If you want create an instance manual then follow the instructions.
- install docker and docker-compose ( https://docs.docker.com/compose/install/ )
- clone this project
- change configuration in ./env
- run services by ./control.sh
chmod +x ./control.sh
./control.sh build
./control.sh start
./control.sh stop
./control.sh uninstall
./control.sh remove