Updated Installation (markdown)
parent
9c11c18222
commit
54bced5a55
|
@ -2,24 +2,21 @@
|
||||||
## Just follow these steps!
|
## Just follow these steps!
|
||||||
|
|
||||||
### Step 1
|
### 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
|
### 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.
|
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 (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.
|
|
||||||
|
|
||||||
|
**NOTE:** Hosting DremJS with Apache2 is untested.
|
||||||
|
|
||||||
### Step 2
|
### 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.
|
Copy all the files inside the DremJS ZIP file to the Document Root of your Lighttpd server.
|
||||||
|
|
||||||
### Step 3 (optional)
|
### 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
|
### 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
|
# 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.
|
Because DremJS updates very frequently, you may want to also know how to [update](https://github.com/sparrdrem/DremJS/wiki/Updating) it.
|
Loading…
Reference in a new issue