This project is a mock system for an Actor System simulation. It was forked from the Ricardo Cardin's repo. The original project can be found at the following link.
Here I implemeted the general specs; underlined into the original project specification.
Using is the synanim on trying it on your machine, locally or remotely. Follow the next steps and you'll be done:
-
Download the code;
-
Decompress the file;
-
Open the console and go into the extracted directory;
-
Control that you have Maven installed into your machine;
-
If Maven is absent, install it and then follow with the next step;
-
If Maven is installed then execute the
mvn package
command; -
For testing is possible to continue using Maven by executing the
mvn test
command.
That's it! :)