[vc_row][vc_column][vc_column_text]
[/vc_column_text][vc_tour][vc_tab title=”Installation Preparation” tab_id=”1395279188-1-53″][vc_column_text]
Update the source before enter the installation environment.
$ sudo apt-get upgrade
![]()
Then update the application program in pcDuino.
![]()
It will prompt whether to continue in the midway,
Input “y” to continue the operation, the image below is the screenshot after updating.
![]()
Due to each pcDuino software is different, the content of installation is not exactly the same.
[/vc_column_text][/vc_tab][vc_tab title=”Setup Environment” tab_id=”1395279188-2-10″][vc_column_text]Install Apache service:
$sudo apt-get install apache2
![]()
Press ‘y’ to continue the installation, and the screenshot after installation is shown below:
![]()
Install the dependencies of PHP and Apache:
$sudo apt-get install libapache2-mod-php5 php5
![]()
Press ‘y’ to continue the installation,
![]()
![]()
We will install MSQL in next step:
$sudo apt-get install mysql-server
![]()
Press ‘y’ to continue,
![]()
Next we will install dependencies of MySQL and PHP:
$sudo apt-get install php5-mysql <img class="alignnone" alt="" src="http://cnlearn.linksprite.com/wp-content/uploads/2014/03/yilai.jpg" width="1275" height="821" />
Now we are done with the dependencies.[/vc_column_text][/vc_tab][vc_tab title=”Review” tab_id=”1395280300826-2-0″][vc_column_text]Key steps are listed as follows:
$sudo apt-get update $sudo apt-get install apache2 $sudo apt-get install libapache2-mod-php5 php5 $sudo apt-get install mysql-server $sudo apt-get install php5-mysql
[/vc_column_text][/vc_tab][/vc_tour][/vc_column][/vc_row]

Leave a Reply
You must be logged in to post a comment.