“2019cc07教学计划”版本间的差异
来自iCenter Wiki
(→课程内容) |
|||
第36行: | 第36行: | ||
浏览地址 http://101.6.160.33/vr/tiyan | 浏览地址 http://101.6.160.33/vr/tiyan | ||
+ | |||
+ | ===搭建web服务器=== | ||
+ | |||
+ | yum install httpd //安装http服务软件 | ||
+ | systemctl start httpd //启动httpd服务apache | ||
+ | httpd启动后可以从浏览器浏览web http://ip | ||
+ | |||
+ | 页面文件目录 /usr/www/html | ||
+ | 配置文件 /etc/httpd/conf/httpd.conf |
2019年9月26日 (四) 07:35的版本
课程时间
- 周一上午;周一下午;周二上午;周三下午;周四上午,周五上午,周五下午
软件下载
- virtualbox下载 地址
- xampp软件 下载
课程内容
信息系统基础
- 网络基础
- 工具介绍
- 虚拟化和云计算
- linux系统使用,基本命令
- linux软件安装方法介绍
- linux,apache,mysql工具安装包,安装和使用
- html,css,javascript,bootstrap,wordpress(CMS)介绍
- html网站制作,作业提交方法,wiki使用
作业提交
上传地址 IP : 101.6.160.33
请用winSCP软件上传作业
上传目录 /vr/tiyan/2019spring
用户名 vr 密码 vr123456
公用数据库:101.6.163.1 端口:3351 用户:vr 密码:vr123456
浏览地址 http://101.6.160.33/vr/tiyan
搭建web服务器
yum install httpd //安装http服务软件 systemctl start httpd //启动httpd服务apache
httpd启动后可以从浏览器浏览web http://ip
页面文件目录 /usr/www/html 配置文件 /etc/httpd/conf/httpd.conf