summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2017-07-22 16:58:59 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2017-07-22 16:58:59 +0200
commita1bf0b6c4255ab60800dcef452a47d0effe94c5a (patch)
tree2cdbdd5548e26b7a7d117d6fb344cabf3d629d76
parent24b2c6c557dbf96ff784bfafe70bf49f1f57fc13 (diff)
Create basic README for the project
This change adds a basic README for the project in the repository. This README should be further extended by listing the features supported by the simulator and instructions on how to run a simulation.
-rw-r--r--README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..a0928d97
--- /dev/null
+++ b/README.md
@@ -0,0 +1,28 @@
+<p align="center">
+ <img src="https://opendc.ewi.tudelft.nl/img/logo.png" width="100" alt="OpenDC Simulator">
+</p>
+<h1 align="center">OpenDC</h1>
+<p align="center">
+Collaborative Datacenter Simulation and Exploration for Everybody
+</p>
+
+## Getting the source
+Download the source code by running the following code in your command prompt:
+```sh
+$ git clone -b kotlin https://github.com/atlarge-research/opendc-simulator.git
+```
+or simply [grab](https://github.com/atlarge-research/opendc-simulator/archive/kotlin.zip) a copy of the source code as a Zip file.
+
+## Building
+For building the source code, we use Gradle. To run gradle, enter the following
+in your command prompt:
+```sh
+$ ./gradlew build
+```
+To test the source code, run the following code in your command prompt
+```
+$ ./gradlew test
+```
+
+## License
+The code is released under the MIT license. See the `LICENSE.txt` file.