stormraft / plum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building

To Build Spnee Run the following commands:

./run/buildonce
./run/buildspnee

The buildonce script only needs to be run once :)

And any time you add new go packages or delete old ones.

Running

To Run Spnee Run the following command:

./spnee/spnee

Testing

Depending on the APIs you are testing different scripts and simulators need to be run...

The rules API can be tested via the rules simulator.

All other APIs can be tested by running

./run/buildtest

Notes

  • All of the above commands assume you are in the top level directory.
  • RabbitMQ must be running and configured with the correct channel names.
  • Redis must be running and populated with initial data

About


Languages

Language:Go 98.2%Language:Shell 1.8%