diff --git a/Installation.md b/Installation.md new file mode 100644 index 0000000..2fc5b49 --- /dev/null +++ b/Installation.md @@ -0,0 +1,17 @@ +# It is very simple to install DremJS. +## Just follow these steps! + +### Step 1 +Go to the repository and click "Clone or Download". From here, you will then click "Download ZIP". + +### Step 1.1 +If you do not already have MiniWeb, please download it [here.](https://sourceforge.net/projects/miniweb/) MiniWeb is an HTTP server for Windows (since Windows doesn't support Apache2). If you have Linux feel free to use Apache2 instead. + +### Step 2 +Remove the index.htm and icon.ico __ files inside the MiniWeb folder. Then, copy all the files inside the DremJS ZIP file. + +### Step 3 (optional) +If you want to access DremJS from the outside world, allow port 8000 on your router. + +### Step 4 +Start your server. If all goes well, DremJS will start when you go to your ip (example: 128.0.0.1:8000) \ No newline at end of file