Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

dm800: install: Apache2 php5 mysql ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • felipevianna
    Senior Member
    • Oct 2010
    • 143

    dm800: install: Apache2 php5 mysql ?

    Hi friends!

    if I want to install php&mysql in my dm800 I just need to

    telnet 0.0.0.0 (myip)
    > username: root
    > password: ******
    > apt-get install apache2 php5 php-cli phpmyadmin rar zip mc mysql-server

    Is it ????????????

    but if I want to install in my HDD (/media/hdd/srv/) ???

    can I found a ipk to dm800 Enigma2 for example: like xampp (apache+php+mysql)?

    thanks
  • felipevianna
    Senior Member
    • Oct 2010
    • 143

    #2
    Tutorial "install: Apache2 php5 " and question "MySQL"

    ok!
    Yesterday I installed apache + php using enigma2-plugin-extensions-apache-php-ssl_1.3.41.12_mipsel.ipk

    I have a DM800 with 500G HDD (in /media/hdd)
    What I did:

    Code:
      telnet <IP-of-your-box>             (login)
      use: root
      password: Dreambox
    
                     ; (change dir to root)
    root@dm8000:/# cd /
                     ; (create dir tmp in hard disk)
    root@dm8000:/# mkdir /media/hdd/tmp     
    
       (FTP enigma2-plugin-extensions-apache-php_*_mipsel.ipk to /media/hdd/tmp
    
                     ;  ( create dir srv in hard disk)
    root@dm8000:/# mkdir /media/hdd/srv
                     ; (create link srv in root to dir srv in Hard disk)
    root@dm8000:/# ln -s /media/hdd/srv srv
                     ; (install ipk using /media/hdd/tmp as temp directory)
    root@dm8000:/# ipkg install -t /media/hdd/tmp /tmp/enigma2-plugin-extensions-apache-php_*_mipsel.ipk
    I changed in \hdd\srv\apache\conf\httpd.conf all dm8000 to dm800

    and run:
    ---------
    /etc/init.d/apachectl start
    for SSL (https)
    /etc/init.d/apachectl startssl

    http://<IP-of-your-box>:8080/

    ---------
    Now I have apache+php in my Dreambox

    -----------------
    Can any one help me with mySQL ?

    Comment

    Working...