Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Step-by-step Install Guide for Zenwalk-5.0.

Step-by-step Install Guide for Zenwalk-5.0: Difference between revisions

From MoodleDocs
No edit summary
 
No edit summary
Line 3: Line 3:
Login as root. In a terminal do the following:
Login as root. In a terminal do the following:


[root]# netpkg php
# netpkg php


Accept 1)Install option when netpkg asks for choice. Similarly install any other dependencies. Now php is installed on the system.
Accept 1)Install option when netpkg asks for choice. Similarly install any other dependencies. Now php is installed on the system. Now install apache by doing
 
# netpkg apache
 
After this, install mysql and any related dependencies by doing
 
# netpkg mysql
 
At this stage php, apache and mysql have been installed.

Revision as of 15:50, 1 May 2008

In the procedure given below, it is assumed that you have a working internet connection and that you have updated netpkg meta data from the required mirror.

Login as root. In a terminal do the following:

  1. netpkg php

Accept 1)Install option when netpkg asks for choice. Similarly install any other dependencies. Now php is installed on the system. Now install apache by doing

  1. netpkg apache

After this, install mysql and any related dependencies by doing

  1. netpkg mysql

At this stage php, apache and mysql have been installed.