Server for chat app Pylon
Download MySQL
Download Redis - If OS is window, you can download in here or consider Docker
ref example.toml file and change file name to conf.toml
docker run --name scylla -d -p 22:22 -p 7000:7000 -p 7001:7001 -p 9042:9042 -p 9160:9160 -p 9180:9180 scylladb/scylla --smp 1
# by default port, development setting (single core), no specific volumn
Checkout more options - Scylla Docker Image
Check security list - Scylla Security
go run main.go
go install github.com/zzwx/fresh@latest
fresh
Use initdb.ps1 for remove all data from db
Use ruuner.ps1 for auto start service and hot reloading (fresh installation required)