The new forums will be named Coin Return (based on the most recent
vote)! You can check on the status and timeline of the transition to the new forums
here.
The Guiding Principles and New Rules
document is now in effect.
Web Development Environment on Linux
I'm about to sell off my Macbook Pro, on which I do some website development using Dreamweaver, as I have switched back to a PC (dual booting Windows 7 and Oracle Linux).
Can anyone suggest a comparable development environment that I can use in Oracle Linux? As in, something that will allow me to update files and have them sync with the server at the touch of a button. I've installed NetBeans, but am not entirely sure if it has this functionality.
0
Posts
At the very least, test it on your development instance and then FTP the files to your server. If possible, set up a git instance on your webserver and push your changes with a deployment branch. That way, you can keep server specific configuration files and not have to worry too much about overwriting them.
As for editors, I hear good things about Sublime and it might have a plugin/functionality that you asked for.
What do you mean when you say it? It sounds like you're just asking about an editor/IDE.
Also, seconding @mrcheesypants 's all-caps. There lies danger.
Good UI.
But yeah, don't do that one button thing. I've done that before. If it works for update, it works for delete.
You can imagine my anger after losing 4 hours worth of work.
So, regarding updating an uploading, is there a good piece of software for that, or should basic FTP suffice?
You're not really going to find much "dreamweaver" like.
http://www.bluegriffon.org/ I guess is the best I can do for you.
Also, that Sublime Text program looks incredible, but $70 is a hell of a price for admission.
I'm primarily a DBA, hence the Oracle Linux install, but am looking to start doing some more web work and start learning some other languages. On the side, I help a friend out by updating and maintain their company website. So yeah, just really looking for what software is the best to use and most seamless on Linux.