Created Installation (markdown)

DremOS Developing Team 2018-09-28 10:14:34 -05:00
parent b6f5c461d7
commit 41f68cb7cd

17
Installation.md Normal file

@ -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 _<verify>_ 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)