让我的网站在 EC2 上运行
我最近注册了 Amazon EC2 服务器,并计划将我的网站上传到我创建的实例。
我更喜欢使用 WinSCP 而不是 SSH,但通过 Putty 在我的实例上安装了 PHP、MySql 和 httpd。
我无法确定接下来要采取的步骤,以便将 HTML/CSS/图像/PHP 文件上传到服务器上以供使用。我的域名已经指向我的 EC2 上的弹性 IP。现在只是在我的根用户/ec2 目录中创建一个 public_html 文件夹并在那里上传我的网站吗?
感谢您提供任何花絮,因为我在网上找不到资源。
编辑:我还安装了ElasticFox。
I recently signed up for an Amazon EC2 server, and plan to upload my website to an Instance I created.
I prefer to use WinSCP over SSH, but installed PHP, MySql, and httpd on my instance through Putty.
I am having trouble figuring out the next steps to take in order for me to upload my HTML/CSS/Images/PHP files onto the server for use. I already have my domain pointing to my Elastic IP on my EC2. Is it now just about creating a public_html folder in my root user/ec2 directory and uploading my site there?
Thanks for any tidbits as I am having trouble finding the resources online.
EDIT: I also have ElasticFox installed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 WinSCP 以及用于验证 putty 的相同密钥。在会话中,有一个名为“私钥文件”的文件选择器框。将 ppk 文件放入其中,您就可以连接了。
请参阅 http://winscp.net/eng/docs/ui_login_authentication
关于放置位置文件,这取决于您的亚马逊图像的风格。例如,如果是 Ubuntu,一旦安装了 apache2(sudo apt-get install apache2),默认的 Web 目录是 /var/www。
You can use WinSCP with the same keys you use to authenticate putty. In the session there is a file chooser box entitled "Private key file". Drop the ppk file in there and you'll be able to connect.
See http://winscp.net/eng/docs/ui_login_authentication
In terms of where to put the files, it depends on the flavour of your amazon image. If it's Ubuntu, for example, once you install apache2 (sudo apt-get install apache2), the default web directory is /var/www.
使用 Filezilla 客户端 使用 FTP over SSH 将文件上传到 EC2 实例 ( SFTP)
详细步骤此处 [使用 SSH2 的 SFTP:基于密钥的身份验证]
Use the Filezilla client to upload your files to your EC2 instance using FTP over SSH (SFTP)
Detailed steps here [SFTP using SSH2: Key based authentication ]