From 54bced5a5563a2f6fc4d00e9349a0a187a1d76b1 Mon Sep 17 00:00:00 2001 From: Innovation Inc Date: Wed, 16 Dec 2020 14:28:34 -0600 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/Installation.md b/Installation.md index 2b9ec2f..3150b35 100644 --- a/Installation.md +++ b/Installation.md @@ -2,24 +2,21 @@ ## Just follow these steps! ### Step 1 -Go to the repository and click "Clone or Download". From here, you will then click "Download ZIP". +Go to the releases and download the latest release source code. ### 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. This is recommended since Windows doesn't support Apache2. If you have Linux feel free to use Apache2 instead. - -**_NOTE (BUG): If you use the MiniWeb solution, then the 404 Crash Handler will be unable to run. We are currently trying to find a workaround to this_** - -**NOTE:** Apache2 use is untested. More than likely, there will be no bugs there, except maybe the same problem with MiniWeb. +If you have not already set up Lighttpd, or haven't set up a PHP server for it, please refer to [this guide](https://wiki.ubuntu.com/Lighttpd+PHP) if you are on Ubuntu. Other distributions should be similar. +**NOTE:** Hosting DremJS with Apache2 is untested. ### Step 2 -Remove the index.htm and icon.ico __ files inside the MiniWeb folder. Then, copy all the files inside the DremJS ZIP file. +Copy all the files inside the DremJS ZIP file to the Document Root of your Lighttpd server. ### Step 3 (optional) -If you want to access DremJS from the outside world, allow port 8000 on your router. +If you want to access DremJS from the outside world, allow whatever port your Lighttpd server is using on your router. This is not recommended at this time, though. ### Step 4 -Start your server. If all goes well, DremJS will start when you go to your ip (example: 128.0.0.1:8000) +Start your server. If all goes well, DremJS will start when you go to your ip (example: 192.1.1.125:8000) # DremJS Updates Frequently Because DremJS updates very frequently, you may want to also know how to [update](https://github.com/sparrdrem/DremJS/wiki/Updating) it. \ No newline at end of file