This website requires JavaScript.
Explore
Help
Register
Sign In
CPunch
/
gopenfusion
Watch
1
Star
0
Fork
0
You've already forked gopenfusion
mirror of
https://github.com/CPunch/gopenfusion.git
synced
2024-11-14 12:00:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
23170093ee
gopenfusion
/
build.sh
5 lines
91 B
Bash
Raw
Normal View
History
Unescape
Escape
added simple build script
2023-03-07 00:41:26 +00:00
#!/bin/sh
mkdir -p bin
Switched to redis/postgres, major refactoring - loginMetadata is passed to shards through redis now - shards announce they're alive via redis.AnnounceShard() which just populates a hashset keyed 'shards' - login servers grab the 'shards' hashset and randomly picks a shard to pass the player to (for now) - ./service shard && ./service login - Many new environment variables, check config/config.go for more info. or for a tl;dr just read the Dockerfile for the required ones - Shard and login services now run in different processes ! (and containers?? wooaaah)
2023-06-22 06:53:38 +00:00
CGO_ENABLED
=
0
GOOS
=
linux go build -o ./bin/server ./cmd
added simple build script
2023-03-07 00:41:26 +00:00
echo
'Done'
Reference in New Issue
Copy Permalink