![]() |
|
OpenWRT or router install - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: OpenWRT or router install (/showthread.php?tid=1361) |
RE: OpenWRT or router install - simoncn - 09-01-2015 19:17 (09-01-2015 14:01)alexinc Wrote: root@NAS-Server:/# ls -l /etc/rc.d Thanks! I should be able to add some logic to minimserver/bin/setup to put the correct entries in this directory. RE: OpenWRT or router install - alexinc - 09-01-2015 23:00 a little recommendation i came across while installing minimserver in nand of my nas, wouldn't it be a great feature to select different data path of minimserver as database and log files are getting bigger and bigger. right now i had to move the whole app on hdd otherwise nand would run out of space. no big deal but nice to have.
RE: OpenWRT or router install - simoncn - 09-01-2015 23:18 (09-01-2015 23:00)alexinc Wrote: a little recommendation i came across while installing minimserver in nand of my nas, wouldn't it be a great feature to select different data path of minimserver as database and log files are getting bigger and bigger. right now i had to move the whole app on hdd otherwise nand would run out of space. You could set this up yourself by replacing the minimserver/data directory with a link to some other directory location. If the link is named "data", MinimServer won't know that this has happened. RE: OpenWRT or router install - simoncn - 12-01-2015 13:18 (09-01-2015 19:17)simoncn Wrote: Thanks! I should be able to add some logic to minimserver/bin/setup to put the correct entries in this directory. I have sent you a PM with a link to a test build. Please let me know how you get on with this. RE: OpenWRT or router install - Steffen_2009 - 08-06-2015 13:51 What is the result of these great steps installing MINIM-server on routers ? Is MINIM-server working now on routers ? I am using the ASUS router RT-N65U with standard firmware and I really want to run MINIM server on it. Is this possible now and how is the installation done ? The only alternative firmware (known from my side at the moment ) is https://code.google.com/p/rt-n56u/http:// RE: OpenWRT or router install - simoncn - 08-06-2015 14:35 (08-06-2015 13:51)Steffen_2009 Wrote: What is the result of these great steps installing MINIM-server on routers ? If I recall correctly, after much hard work MinimServer was able to run on OpenWrt but MinimServer could not start automatically when OpenWrt was booted. If you would like to try this on your router, you can follow the instructions on this page. RE: OpenWRT or router install - Steffen_2009 - 08-06-2015 15:11 Thank you very much for you quick answer, simoncn ! It was very interesting to read your documentation here how you and alexinc were building the solution. Since for my router there is no openWrt (yet?) available it seems there is no luck for me with MinimServer there ... RE: OpenWRT or router install - simoncn - 08-06-2015 21:48 (08-06-2015 15:11)Steffen_2009 Wrote: Thank you very much for you quick answer, simoncn ! You might be successful on other firmware. You won't know unless you try.... RE: OpenWRT or router install - Steffen_2009 - 08-06-2015 23:31 (08-06-2015 21:48)simoncn Wrote: You might be successful on other firmware. You won't know unless you try.... Yes, okay, I really like to try MinimServer. How should I try it, can I also use the standard ASUS firmware ? What is important and what functionality must an alternative firmware have for MinimServer ? Following the instructions in the Minim link: As far as I have understood MinimServer is written in Java and therefore an embedded Java installation is needed. ok, following the ORACLE link there are eleven diffferent embedded Java downloads for v7 an v8. Which one is the correct one for ASUS RT-N65U, is this important ? Since my ASUS router is not having a ARMv6 or ARMv7 CPU (I think so, guessing RALINK is not an ARM CPU, right ?) https://wikidevi.com/wiki/ASUS_RT-N65U I am already confused with the first step installing JAVA on my router ![]() Sorry if my questions are too simple or for you... I am not a JAVA or Linux expert at all
RE: OpenWRT or router install - simoncn - 09-06-2015 09:11 (08-06-2015 23:31)Steffen_2009 Wrote:(08-06-2015 21:48)simoncn Wrote: You might be successful on other firmware. You won't know unless you try.... The RALINK uses a MIPS CPU. I don't think there is a version of Java for this CPU. Unfortunately, this means you won't be able to run MinimServer on your router. Using different firmware wouldn't make any difference to this. |