我正在用虚拟机(LAMP)建立一个完整的开发环境。在本地测试之后,我将设置一个可公开访问的web服务器并启动该站点。
我将使用Vagrant来处理我的Mac上的虚拟机设置。
当所有这些都完成后,我显然会将网站文件上传/提交到公共web服务器,但是我(或者可以)也将虚拟机设置上传到公共(和真实) web服务器吗?
我认为没有,但是在本地配置Linux (我将使用Ubuntu)虚拟机(安全性等等)是有意义的。使用Vagrant/SHH等,然后在运行时使用相同的配置。
所以基本上有两种选择:
(1) No, use Vagrant to set up LAMP, but the same setup
我使用sudo apt-get install lamp-server从终端安装Xampp
当lamp-server还在安装时,我的电脑就关机了。
我再次运行了sudo apt-get install lamp-server,它返回了以下错误:
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
我是Ubuntu (12.04)的新手,我正在尝试安装LAMP-package进行开发: 1)输入以下命令"sudo tasksel install lamp-server“。一切都很好。2)安装完整的Netbeans IDE。创建了一个新的PHP项目。执行此项目,并得到以下消息:
Not Found
The requested URL /TestPhpProject/index.php was not found on this server.
Apache/2.2.22 (Ubuntu) Server at localhost Port 80
网址:http://localho