Skip to content

DesarrolloESCOM/DistributedSystemsDevelopment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSD

Distributed Systems Development

Repository for some homeworks of my school's subject Distributed Systems Development.

What do you need to run it?

  • Gradle (gradle wrapper added).
  • JDK 8 (Minor versions are accepted).

How could I run a homework/practice?

Step 0: Clone the project in your terminal.

git clone https://github.com/pepo27/DSD.git

or simply download the zip file and extract it.

Step 1: Run gradle for solving all the dependencies.

$ ./gradlew 

Step 2: Look into gradle tasks.

$ ./gradlew tasks

Look for a task and then run it!, for example:

$ ./gradlew Ex1_ServerInstance
$ ./gradlew test

Practice/Homework/Exercise Index

Exercises

Howeworks

Practices

Contact

Any doubts about it! Try to contact me! Twitter

About

Distributed Systems Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published