Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apetrovya/pcd-actors
Java course project at Universita degli Studi di Padova, Scienze Informatiche
https://github.com/apetrovya/pcd-actors
Last synced: about 8 hours ago
JSON representation
Java course project at Universita degli Studi di Padova, Scienze Informatiche
- Host: GitHub
- URL: https://github.com/apetrovya/pcd-actors
- Owner: apetrovYa
- License: mit
- Created: 2016-09-20T16:33:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-23T08:12:15.000Z (about 8 years ago)
- Last Synced: 2024-01-16T00:50:14.163Z (10 months ago)
- Language: Java
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PCD-Actors
This project is a mock system for an Actor System simulation. It was forked
from the [Ricardo Cardin's repo](https://github.com/rcardin?tab=overview&from=2016-08-01&to=2016-08-31&utf8=%E2%9C%93).
The original project can be found at the following [link](https://github.com/rcardin/pcd-actors).## Why this repo?
Here I implemeted the general specs; underlined into the original project specification.
## How to use?
Using is the synanim on trying it on your machine, locally or remotely.
Follow the next steps and you'll be done:1. Download the code;
2. Decompress the file;
3. Open the console and go into the extracted directory;
4. Control that you have Maven installed into your machine;
5. If Maven is absent, install it and then follow with the next step;
6. If Maven is installed then execute the `mvn package` command;
7. For testing is possible to continue using Maven by executing the `mvn test` command.
That's it! :)