Here's how I run it on linux:
Code:
cd /path/to/glamour-offline/Glamour_Data/StreamingAssets/.glamour-server
wine ../glamour-server.exe
Then, launch
wine Glamour.exe
from another terminal
It's the only way it worked for me without having to resort to a virtual machine running windows.
Saving/loading takes a few seconds. It looks like it's hung, but isn't.
You can see the output in the terminal running
glamour-server.exe
After clicking save in the client, wait for a
POST /api/save ...
message in the terminal before hitting continue.
The response is a little late, but I hope it's somewhat useful.