在linux下作网站要用哪些工具

来源:百度知道 编辑:UC知道 时间:2024/06/07 20:05:28
windows下用dreamweaver,photoshop,flashcs,flex等,编程工具有editplus,eclipse,等
那在linux下做设计和编程用哪些工具呢?

有没有flex for linux???
怎么连安装这几个软件都很麻烦

用bluefish吧,软件中心那边就有,类似于windows下的dreamweaver,可以支持
,
,
,javascript等等....

你可以先构建环境
+
+apache,构建方法如下:

分别执行如下命令:

(1)安装

sudo apt-get install
-server

sudo apt-get install
-client

(2)安装Apache

sudo apt-get install apache2

(3)安装

sudo apt-get install
5

sudo apt-get install libapache2-mod-auth-

sudo apt-get install
5-

安装结束后,检测是否成功:

(1)检测
是否正常

在终端中输入:
-uusername -ppassword (将username和password替换为你所设置的)看是否可以正常登陆

(2)检测Apache是否正常

在浏览器中打开:

如果出现如下信息,则表明正常。

It works!
This is the default web page for this server.

The web server software is running but
content has been added, yet.

(3)检测
是否正常

Ubuntu下Apache的默认安装路径为/var/www/,到其目录下

info.
文件,文件内容为:

<?

info();
?&