简体   繁体   English

在AWS Elastic Beanstalk上编辑php文件

[英]Edit php file on AWS Elastic Beanstalk

When I did run my web site on my old server, I launched Transmit on my Mac (OS X 10.11.6), connected to my server, Control-Click-Open the remote php file, made the fix and save. 当我在旧服务器上运行我的网站时,我在Mac上启动了传输(OS X 10.11.6),连接到我的服务器,按住Control键并打开远程php文件,进行修复并保存。 The file got updated on the server in a second. 该文件在一秒钟内在服务器上更新。 That was great to run some php/mysql/google_service test that I can't run locally. 这是很好的运行一些我无法在本地运行的php / mysql / google_service测试。

Now I have just moved my project on an Amazon server, AWS. 现在我刚刚在亚马逊服务器AWS上移动了我的项目。 Every time I need to run a test (for example on the S3_Bucket, that I can't run locally), or modify a variable, change a flag... I have to do it on my local php/html/java/css/apis project, zip it, upload it via the Elastic Beanstalk panel, wait about half a minute, then run it. 每次我需要运行测试(例如在S3_Bucket上,我无法在本地运行),或修改变量,更改标志...我必须在我的本地php / html / java / css上进行/ apis项目,压缩它,通过Elastic Beanstalk面板上传,等待大约半分钟,然后运行它。 I have found no way to edit a single file in an easy way (Open, Write, Save) as I did before through Transmit. 我发现无法像以前通过Transmit那样以简单的方式编辑单个文件(打开,写入,保存)。 I can't go ahead this way. 我不能这样做。 It's wasting my time. 这是在浪费我的时间。

Do you know any better way to develop/test/run my project on AWS? 您知道在AWS上开发/测试/运行项目的更好方法吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM