ashconnor So I figured I'd try and install it.
It was a bit of a PITA to get it running... but my experience is:
- Ensure your go (golang) version is greater then 1.1
- Follow this guide and ensure you have a file named config.json with at least the sample config in your current directory when you run the ipe command
I also added this to /etc/bash.bashrc to ensure my shell knew where everything was since it wasn't setup automatically for some reason (probably because I had to manually install golang) - you may or may not need to do this.
# Path
PATH=$PATH:/usr/local/go/bin
## Exports
# Golang variable
export GOPATH=/usr/local/go/
Hopefully that helps.. a lot of the errors I got weren't especially clear
I should note that IPE apparently permits multiple application id's in one config... that could be very useful for splitting up multiple pusher (flarum) installs. Unfortunately, there's not much documentation for the config... but my guess is it's my limited understanding of pusher that's hindering me as to what each of the config options do.