Linux Server Release for primary and secondary Campus Networks

Source: Internet
Author: User
Tags mediawiki
Linux Enterprise Application-Linux server application information for campus network of primary and secondary schools. The following is a detailed description. I thought that Linux is more advantageous than Windows in the Field of Education Informatization in primary and secondary schools. Therefore, CentOS is a Linux Server Release edition suitable for campus networks in primary and secondary schools, the goal is to make schools catch up with the frontier of Educational Technology informatization as soon as possible. Now a prototype of Wenix 0.01 is released. After installation, the www ftp blog wiki cms LMS Samba proxy service and other servers are integrated and installed. At present, the system is still very rough, the culture is not well done, and the related logos are all graffiti.

Interested friends may wish to help test, please feedback to wenheping@gmail.com

Note:
1. The downloaded image file is an ISO disc image file, which must be used on a dial. We recommend that you use virtual machine software such as VMware without a dial.

2. During the installation process, partition operations will be performed. If you are not familiar with partitions, especially those that are not familiar with Linux partitions, please use them with caution to avoid hard disk data loss.

3. After installation, log in with the root account and 123456 password.

4. Do not check the CD during installation. I have not written the md5 code to the CD.

After the system starts, enter the IP address of the server in the browser of the client machine.

To use services such as Blog Wiki cms lms, You need to perform the following settings (You Need To directly integrate them into the system for installation in the future ):

1. Enable the LMS server (moodle)
# Mysqladmin create 'moodle'
# Nano/var/www/moodle/web/config. php

You need to modify the following four items:
$ CFG-> dbhost = 'localhost'
$ CFG-> dbname = 'moodle'
$ CFG-> dbuser = 'root'
$ CFG-> wwwroot: Change the localhost to the ip address or domain name of the server.

Then input http: // server ip Address/moodle in the browser of the client machine for initialization, and follow the prompts to complete the initialization.

2. Enable the Blog server (Wordpress)
# Mysqladmin create 'wordpress'
# Nano/usr/share/wordpress/wp-config.php

You need to modify two of them-the following is the modified content:
Define ('db _ user', 'root ');
Define ('db _ password ','');

Then input http: // server ip Address/wordpress in the browser of the client machine for initialization, and follow the prompts to complete the initialization.

3. Enable the wiki Server (mediawiki)
# Nano/etc/httpd/conf. d/mediawiki. conf
Change "Allow from 127.0.01" in section 1 to "Allow from all"

# Service httpd restart
Enter http: // server ip Address/mediawiki in the browser of the client machine for initialization. Then, follow the prompts to complete the initialization.

4. Enable the CMS Server (Mambo)
# Nano/etc/httpd/conf. d/mambo. conf

This is to create a new file, only one sentence: Alias/mambo/var/www/mambo

# Service httpd restart
# Chmod-R a + w/var/www/mambo/administrator

Enter http: // server ip Address/mambo in the browser of the client machine to initialize the instance. Then, follow the prompts to complete the initialization. Note that the default username of the mysql database is root and the password is blank.

Finally, the Wenix 0.01 version is: http://www.osschool.org/wen/wenix28.iso

Delivery: http://www.edu-linux.org/down/wenix28.iso
Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.