简体   繁体   中英

I need a comfortable way to work on my server class in ec2 instance

I have an instance of amazon ec2, and I have a java project in it. I'm loging in with putty and I'm looking for a way to update the code I'm writing in that project. For now, I'm writing in eclipse on my computer and transfer the whole project every time I change something. The editor ec2 offers is not a good one to work with. Is there a way to work directly on that project with eclipse or another good editor like notepad++ ?

You should use a version control system, for example git. "Transferring" the files then becomes as simple as git push on your development machine and git pull on ec2.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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