win10下安装moodle

1.如何在 windows 下 安装 魔灯 moodle

在dos命令下 安装windows系统的方法步骤: 1、准备工作:制作98启动盘, 然后在WIN98的c:\\windows目录里找到FORMAT.EXE和SMARTDRV.EXE两个文件,将其拷到启动盘; 2、将BIOS设为软盘启动; 3.用98启动盘重起到DOS下 ; 4.在命令提示符下键入: a:\\>format c:/u/q 回车 a:\\>SMARTDRV.EXE 回车 a:\\>x: x:\\>cd i386 x:\\i386>winnt.exe 注意事项: 1.x代表光盘或硬盘安装盘; 2.前提是系统盘不是NTFS格式; 3.硬盘安装,如果安装文件不在根目录下,如文件夹里,先输入x:\\>cd 文件夹名(不能用中文名,X为硬盘盘符)。

2.如何在 windows 下 安装 魔灯 moodle

在dos命令下 安装windows系统的方法步骤: 1、准备工作:制作98启动盘, 然后在WIN98的c:\\windows目录里找到FORMAT.EXE和SMARTDRV.EXE两个文件,将其拷到启动盘;

2、将BIOS设为软盘启动;

3.用98启动盘重起到DOS下 ;

4.在命令提示符下键入:

a:\\>format c:/u/q 回车

a:\\>SMARTDRV.EXE 回车

a:\\>x:

x:\\>cd i386

x:\\i386>winnt.exe

注意事项:

1.x代表光盘或硬盘安装盘;

2.前提是系统盘不是NTFS格式;

3.硬盘安装,如果安装文件不在根目录下,如文件夹里,先输入x:\\>cd 文件夹名(不能用中文名,X为硬盘盘符)。

3.如何在IIS下运行moodle服务器

如何在IIS下运行moodle服务器我们都知道:在安装moodle前要把IIS服务给停止掉.有时候我就在考虑一个问题:如果你的服务器上已经用IIS发布过站点了,而且现在也在运行之中,为了节省资金我可不可以在这台服务器上再发布一个moodle课程让外地学生来使用呢??昨天在moodle的官方网站已经有老外解决了,下面是参考方法:Installing moodle on IISby Phillip Lynch - Tuesday, 13 March 2007, 10:09 AMThese are the instructions I provide for php, mssql & moodle installs running under IIS (on the same server).PHP* Extract the php archive to C:\Progam Files\php* Rename C:\Program Files\php\php.ini-recommended to php.ini* Add C:\Program Files\php and C:\Program Files\php\ext to the Default Path* Add Global Environment Variable PHPRC=C:\Program Files\php* Edit php.ini* Enable (uncomment) extensions php_mysql, php_gd2, php_mbstring, php_ldap* Set cgi.force_redirect=0* Set SMTP=* Set smpt_port=25* Set sendmail_From=* Set date.Timezone=* Enable PHP in IIS* Add and Enable php5isapi.dll as a web service extension* Add php extension mapping (may do this for each web site)* Restart IISMySQL* Run the installer* Select lCustomr setup type* Change the installation directory to C:\Program Files\MySQL\* Elect to Configure MySQL instance* Select lDetailed Configurationr* Select lServer Machiner* Select lMulti-Functional Databaser* Set the INNODB table space to D:/MySQL/* Select Online Transaction Processing* Enable TCP/IP networking* Disable Strict Mode* Select lutf8r Default Character Set* Select lInstall as a Windows Servicer* Select lInclude BIN Directory in Windows Pathr* Set root password * Set lEnable root access from remote machinesr* Disable lCreate an Anonymous Accountr* Edit my.ini* datadir=D:\MySQL* key_buffer_size=132M (64Mb per 256Mb free memory)* default-storage-engine=INNODB* innodb_buffer_pool_size=300M (30% free memory)* innodb_file_per_table* Finalise Setup* Stop mySQL service* Copy D:\Program Files\mySQL\data\ to D:\mySQL (and sub directories)* Restart mySQLMoodle* Extract Moodle archive into D:\Web* Create D:\Web\MoodleData* Ensure the IIS user has full rights to D:\Web\Moodle and D:\Web\MoodleData* Create a mySQL database (moodle) and account to access (muser)o Create Database moodle Character Set utf8 Collate utf8_unicode_ci;o Grant Select,Insert,Update,Delete,Create,Drop,Index,Alter,Lock Tables on moodle.* to muser@localhost Identified by lr;* Create web site in IISo Set Path to D:\Web\Moodleo Add Index.php to Default Documentso Enable php extension mapping (GET,HEAD,POST)o Enable Script execute permissions* Launch the web site in the browser and follow the prompts.I also advise them to test the php and mySQL components separately (and not to proceed until the expected results are obtained), viz.PHP* Create Website under IIS* Create Index.php containing single line <?php phpinfo(); ?>* Launch browser and access the web site. Confirm that the phpinfo screen is displayed and the enabled extensions are included.MySQL* Launch mySQL locally (all is ok if it launches)。

4.如何在IIS下运行moodle服务器

如何在IIS下运行moodle服务器 我们都知道:在安装moodle前要把IIS服务给停止掉.有时候我就在考虑一个问题:如果你的服务器上已经用IIS发布过站点了,而且现在也在运行之中,为了节省资金我可不可以在这台服务器上 再发布一个moodle课程让外地学生来使用呢??昨天在moodle的官方网站已经有老外解决了,下面是参考方法:Installing moodle on IIS by Phillip Lynch - Tuesday, 13 March 2007, 10:09 AM These are the instructions I provide for php, mssql & moodle installs running under IIS (on the same server).PHP* Extract the php archive to C:\Progam Files\php* Rename C:\Program Files\php\php.ini-recommended to php.ini* Add C:\Program Files\php and C:\Program Files\php\ext to the Default Path* Add Global Environment Variable PHPRC=C:\Program Files\php* Edit php.ini* Enable (uncomment) extensions php_mysql, php_gd2, php_mbstring, php_ldap* Set cgi.force_redirect=0* Set SMTP=* Set smpt_port=25* Set sendmail_From=* Set date.Timezone=* Enable PHP in IIS* Add and Enable php5isapi.dll as a web service extension* Add php extension mapping (may do this for each web site)* Restart IIS MySQL* Run the installer* Select lCustomr setup type* Change the installation directory to C:\Program Files\MySQL\* Elect to Configure MySQL instance* Select lDetailed Configurationr* Select lServer Machiner* Select lMulti-Functional Databaser* Set the INNODB table space to D:/MySQL/* Select Online Transaction Processing* Enable TCP/IP networking* Disable Strict Mode* Select lutf8r Default Character Set* Select lInstall as a Windows Servicer* Select lInclude BIN Directory in Windows Pathr* Set root password * Set lEnable root access from remote machinesr* Disable lCreate an Anonymous Accountr* Edit my.ini* datadir=D:\MySQL* key_buffer_size=132M (64Mb per 256Mb free memory)* default-storage-engine=INNODB* innodb_buffer_pool_size=300M (30% free memory)* innodb_file_per_table* Finalise Setup* Stop mySQL service* Copy D:\Program Files\mySQL\data\ to D:\mySQL (and sub directories)* Restart mySQL Moodle* Extract Moodle archive into D:\Web* Create D:\Web\MoodleData* Ensure the IIS user has full rights to D:\Web\Moodle and D:\Web\MoodleData* Create a mySQL database (moodle) and account to access (muser) o Create Database moodle Character Set utf8 Collate utf8_unicode_ci; o Grant Select,Insert,Update,Delete,Create,Drop,Index,Alter,Lock Tables on moodle.* to muser@localhost Identified by lr;* Create web site in IIS o Set Path to D:\Web\Moodle o Add Index.php to Default Documents o Enable php extension mapping (GET,HEAD,POST) o Enable Script execute permissions* Launch the web site in the browser and follow the prompts.I also advise them to test the php and mySQL components separately (and not to proceed until the expected results are obtained), viz.PHP* Create Website under IIS* Create Index.php containing single line <?php phpinfo(); ?>* Launch browser and access the web site. Confirm that the phpinfo screen is displayed and the enabled extensions are included.MySQL* Launch mySQL locally (all is ok if it launches)。

win10下安装moodle

转载请注明出处windows之家 » win10下安装moodle

win10

安装win10无法选择进入其他系统

阅读(130)

本文主要为您介绍安装win10无法选择进入其他系统,内容包括为什么装win10系统不能选择系统,我把win10放在d盘里,但开机不能选系统,win10安装卡在justamoment且重启数次无效,且无法进入BIOS无法重。用UEFI模式安装Win10系统的操作步骤:先下载U

win10

Win10安装五笔为何不能用

阅读(135)

本文主要为您介绍Win10安装五笔为何不能用,内容包括为什么装win10后五笔输入法不能用,win10下的五笔输入法怎么用不了,win10五笔输入法怎么用不了。方法/步骤右键点击开始菜单按钮,选择“控制面板”2113在控制面板中,选择查看方式为“类别”,

win10

bootcamp不能分区安装win10

阅读(87)

本文主要为您介绍bootcamp不能分区安装win10,内容包括bootcamp安装win10出现无法在驱动器0的分区,求助大神,苹果mac电脑装win10卡在磁盘分区不动了,用BootCamp做的MAC、Win10双系统无法从win10访问os分区搜狗。如果是你安装windows,那么必须

win10

win10安装完后重启电脑一直在转圈

阅读(78)

本文主要为您介绍win10安装完后重启电脑一直在转圈,内容包括求助啊,重装win10系统一重启就无限转圈圈,安装完win10系统重启之后一直转圈圈怎么办啊?,安装完win10系统重启之后一直转圈圈怎么办啊?。很多用户在安装Win10(Windows10)系统时都

win10

安装win10说分区不对

阅读(106)

本文主要为您介绍安装win10说分区不对,内容包括windows10分区错了怎么办,安装win10时,出现无法安装到分区的情况怎么办,安装win10系统无法进行分区是怎么回事。将U盘启动盘插入电脑的USB接口,并进入win-PE系统;安装win10时,出现无法安装到分区

win10

正版win10系统u安装

阅读(83)

本文主要为您介绍正版win10系统u安装,内容包括正版win10怎么用u盘安装,u盘怎样安装原版win10系统,windows10系统怎样用u盘安装。U盘安装原版win10系统步骤如下: 准备工具: 原版win10系统镜像文件 2、u启动U盘启动盘 具体步骤: 将制作好的u盘启

win10

win10怎么安装win7版扫雷

阅读(123)

本文主要为您介绍win10怎么安装win7版扫雷,内容包括win7的扫雷能在win10下运行吗,win10的扫雷可以运行在win7上吗,win10的扫雷可以运行在win7上吗。为什么win7下的扫雷在win10不能运行平时生活中,我想大家现在对以前的WindowsXP或者Windows7

win10

安装快压后win10不能

阅读(119)

本文主要为您介绍安装快压后win10不能,内容包括快压与win10系统兼容吗,快压支不支持win10,win10怎么解压压缩文件打不开怎么回事。电脑无法打开压缩文件原因及解决方法如下:无法打开压缩文件原因:电脑中了感染性病毒,感染了所有exe文件,所以导

win10

win10共享打印机安装和更新

阅读(70)

本文主要为您介绍win10共享打印机安装和更新,内容包括windows10怎么共享打印机,win10系统怎么安装共享的打印机,怎么在win10上安装共享打印机。双击Win10桌面上的控制面板,点击控制面板上的“设备和打印机”,如下图所示。 2 点击设备和打印机

win10

win10怎么安装扬声器和耳机

阅读(81)

本文主要为您介绍win10怎么安装扬声器和耳机,内容包括win10如何配置扬声器,win10怎么设置耳机扬声器,win10系统怎么设置外放音响和耳机同时响。原发布者:庞俊和82win10系统怎么设置外放音响和耳机同时响?刚装的win10,后背输出的音响是有声音了

win10

安装win10后有一行字

阅读(65)

本文主要为您介绍安装win10后有一行字,内容包括升级win10以后桌面图标空出了一行,更新win10后有一排小字是什么意思?不是正版吗?(我自己装的双系,华硕笔记本电脑升win10以后开机logo下多了一行字,是出问题了还是。通常黑屏可以分两种:一种是

win10

win10服务怎么安装

阅读(65)

本文主要为您介绍win10服务怎么安装,内容包括win10如何安装windows服务的最新相关信息,在win10系统下安装服务器系统怎么安装,Windows10系统怎么安装,win10系统安装的方法。IIS全称为Internet Information Services,中文名字为互联网信息服

win10

win10u盘安装无法打开

阅读(76)

本文主要为您介绍win10u盘安装无法打开,内容包括win10u盘安装进不去怎么办,u盘安装win10系统无法进入安装界面,U盘安装win10的时候出现Windows无法打开所需文件夹搜狗。您好,方法先找个可以使用的电脑,打开电脑,插入u盘,然后双击此电脑。之后右

win10

u盘安装win10在平板打开

阅读(83)

本文主要为您介绍u盘安装win10在平板打开,内容包括如何用优盘给win10平板重装系统,如何用优盘给win10平板重装系统,平板电脑怎样u盘镜像安装win10。Surface平板默认启动模式为UEFI,因此制作土豆PE启动U盘时,必须选用ISO(支持UEFI启动)模式,然后

win10

安装win10无法选择进入其他系统

阅读(130)

本文主要为您介绍安装win10无法选择进入其他系统,内容包括为什么装win10系统不能选择系统,我把win10放在d盘里,但开机不能选系统,win10安装卡在justamoment且重启数次无效,且无法进入BIOS无法重。用UEFI模式安装Win10系统的操作步骤:先下载U

win10

Win10安装五笔为何不能用

阅读(135)

本文主要为您介绍Win10安装五笔为何不能用,内容包括为什么装win10后五笔输入法不能用,win10下的五笔输入法怎么用不了,win10五笔输入法怎么用不了。方法/步骤右键点击开始菜单按钮,选择“控制面板”2113在控制面板中,选择查看方式为“类别”,

win10

bootcamp不能分区安装win10

阅读(87)

本文主要为您介绍bootcamp不能分区安装win10,内容包括bootcamp安装win10出现无法在驱动器0的分区,求助大神,苹果mac电脑装win10卡在磁盘分区不动了,用BootCamp做的MAC、Win10双系统无法从win10访问os分区搜狗。如果是你安装windows,那么必须

win10

win10安装完后重启电脑一直在转圈

阅读(78)

本文主要为您介绍win10安装完后重启电脑一直在转圈,内容包括求助啊,重装win10系统一重启就无限转圈圈,安装完win10系统重启之后一直转圈圈怎么办啊?,安装完win10系统重启之后一直转圈圈怎么办啊?。很多用户在安装Win10(Windows10)系统时都

win10

安装win10说分区不对

阅读(106)

本文主要为您介绍安装win10说分区不对,内容包括windows10分区错了怎么办,安装win10时,出现无法安装到分区的情况怎么办,安装win10系统无法进行分区是怎么回事。将U盘启动盘插入电脑的USB接口,并进入win-PE系统;安装win10时,出现无法安装到分区

win10

正版win10系统u安装

阅读(83)

本文主要为您介绍正版win10系统u安装,内容包括正版win10怎么用u盘安装,u盘怎样安装原版win10系统,windows10系统怎样用u盘安装。U盘安装原版win10系统步骤如下: 准备工具: 原版win10系统镜像文件 2、u启动U盘启动盘 具体步骤: 将制作好的u盘启

win10

win10怎么安装win7版扫雷

阅读(123)

本文主要为您介绍win10怎么安装win7版扫雷,内容包括win7的扫雷能在win10下运行吗,win10的扫雷可以运行在win7上吗,win10的扫雷可以运行在win7上吗。为什么win7下的扫雷在win10不能运行平时生活中,我想大家现在对以前的WindowsXP或者Windows7

win10

win10万能驱动64位安装包

阅读(139)

本文主要为您介绍win10万能驱动64位安装包,内容包括位驱动哪下载?,win1064位万能驱动包怎么用,win10没网络怎么安装网卡驱动。首先,用户只要打开驱动人生的驱动下载网页,在万能驱动里找到万能网卡驱动,点击进入详情界面。这个“万能网卡驱动”