|
Edited by geev03 at 2015-10-26 21:00
Yes, "The OrangePI-PC_Ubuntu_Vivid_Mate.img is made for the OrangePi-PC and is the easiest to get going out of the box "With the following code, the board can be used as a LAMP server...
- sudo apt-get install apache2
- sudo apt-get install mysql-server mysql-client
- sudo apt-get install php5 php5-mysql libapache2-mod-php5
- sudo apt-get install php5-intl php5-curl php5-xmlrpc
- sudo apt-get install phpmyadmin
Copy code
|
|