通过 ssh 安装 Apache、Mysql 和 PHP 的命令

通过 ssh 安装 Apache、Mysql 和 PHP 的命令

我不是高级用户。我在云端租用了一台机器,并通过 Putty 访问它。

我该如何在其上安装 LAMP 堆栈?我尝试使用 Apache 朋友提供的 LAMPP (XAMPP),但它死机了,提示说它仅支持 32 位库。

有人能给我一份命令列表吗?(我需要带有 GD、CURL SSL 支持的 PHP)

答案1

正如其他人在这里提到的,我们需要了解您的架构、发行版和版本才能提供建议。

例如:

uname -a
Linux somebox 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:21:58 UTC 2010 x86_64 GNU/Linux

cat /etc/redhat-release 
Red Hat Enterprise Linux Server release 5.4 (Tikanga)

cat /etc/redhat-release 
Fedora release 8 (Werewolf)

cat /etc/debian_version 
squeeze/sid

cat /etc/debian_version 
5.0.4

cat /etc/motd
...
Ubuntu 10.04.1 LTS

cat /etc/issue
Ubuntu 10.04.1 LTS

大多数情况下应该能让你接近。

答案2

哪个操作系统?我推荐这些来自 Slicehost 的文章- 如果您的发行版在“Linux 发行版”下列出,那么他们可能会有一些东西可以帮助您。

答案3

找到你正在运行的 Linux 发行版后,搜索如何锻造网站。在那里您可以找到很多详细的说明。

相关内容