MoodleInstallation Diagram
I.MoodleBuild running environment
Moodle mainly uses Apache, PostgreSQL/MySQL/mariadb, and PHP Development (lamp platform) on Linux ).
1.Recommended Configuration
1.1 Hardware
L hard disk space: MB space (minimum) plus
These days to try to move the machine to Ubuntu to do development, the system installed after the first task is to install the Php+mysql development environment. I intend to install php5 directly, Pdo_mysql, the following is the record of the
In order to facilitate their own study, from the csdn above the other people's articlesudo apt-get update Install apache2: sudo apt-get install apache2 installation PHP module: sudo apt-get install php5 installation mysql s Udo Apt-get Install
I. Installation APACHE21. Enter the sudo apt-get install apache2 to download the installation apache22. Enter Y to confirm3. Successful InstallationAfter the Apache installation is complete, the default Web site root is "/var/www/html", enter
Environment used: PHP5, apache2 serverFirst detect the environment: check_configuration.php, execute the file, and ensure that all required conditions are met before installing Authpuppy.Problems you may encounter:Workaround:1.PDO has some drivers
For many PHP beginners, building a LAMP environment that can be used for production is a must. This article uses javastuserver14.04 as an example to provide a tutorial for building a LAMP environment for your reference. LAMP in this Article refers
Prerequisites: The computer must be connected to the network. It is best to have a Ubuntu installation CD for the DVD version. There is no problem and there is no problem. You can download it online anyway. Here are all the commands. You only need
Installation Steps
1. Install SSH client and server (for my remote access)
Sudo apt-Get Install SSH
2. Install Database Server (it is rumored that only version 5.0 can be installed. I have never practiced anything else)
Sudo apt-Get install
Although ubuntu installation lamp is very simple, but still a lot of friends installed is not successful, take a look at the installation steps to write a look at & nbsp; installation steps 1. InstallSSHClientandServer (formyremoteaccess)
Purpose
Command
Remarks
Disable the server
Shutdown-H now
Shutdown-H + 3 "system will shutdown after 3 minutes" indicates that the system notifies the user that the system will shut down after 3 minutes
Restart the
The following installation is the development environment that I need to use. Install it as needed
Install MySQL$ Sudo apt-Get install mysql-Server
Install Apache$ Sudo apt-Get install apache2
Install PhP5$ Sudo apt-Get install PhP5 // install PhP5
Ubuntu Server Nginx + PHP + MySQL Command purpose command remarks disable Server shutdown-h now shutdown-h + 3 "System will shutdown after 3 minutes"This means that the system will notify the user to shut down www.2cto.com and restart the server
sudo apt-get update --更新软件源
sudo apt-get upgrade -更新已经安装的软件
Update the system as a non-Root User
Sudo: sudo is a Linux system management command. It is a tool that allows the system administrator to allow common users to execute some or all of
Install lamp:
New --> edit --> use the task group to mark the software package --> hook "lamp server" and install it again.
Add the following in Apache. conf:
$ Sudo gedit/etc/apache2/apache2.conf
Add (last added ):
Addtype application/X-httpd-PHP.
In the past few days, I have tried to migrate the working machine to ubuntu for development. The first task after the system is installed is to install the development environment of php + mysql. I plan to install php5 and pdo_mysql directly. The
Install authpuppy and apache2authpuppy in php5 + apache2 + mysql Environment
Environment used: php5 and apache2 servers
First, check the environment: check_configuration.php. Run this file to ensure that all required conditions are met before
Install authpuppy in php5 + apache2 + mysql Environment
Environment used: php5 and apache2 servers
First, check the environment: check_configuration.php. Run this file to ensure that all required conditions are met before authpuppy is
Install LAMP in Ubuntu Server 14.04
For many PHP beginners, setting up a LAMP environment for production is a must. This document uses Ubuntu Server 14.04 as an example to provide a tutorial for building a LAMP environment, for your reference.
LAMP
This plan to configure Zenddebugger for debugging, configuration of the old long time not configured successfully, in phpinfo see Zenddebugger effective, after the discovery is php5.3 problem, must first uninstall, this article introduced the use of
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.