Portal Home > Knowledgebase > Articles Database > How To Deploy A Website
How To Deploy A Website
Posted by arpowers, 12-27-2009, 11:19 PM |
Hey Guys,
I use subversion to track the code for my website, and I use beanstalk to host it (subversion).
I have Coda and have been using it to 'publish' my site in the past. I've recently realized that Beanstalk has auto-deployment functionality (for every commit) that I'm thinking about using.
So my question is this... what is the best way to deploy websites? What software do you use? And what are the benefits?
Thanks a lot for the insights...
Andrew
|
Posted by hq12, 12-29-2009, 10:50 AM |
FTP, cheap and easy!
|
Posted by 123 Logo Design, 12-29-2009, 11:26 AM |
Edit the website locally, (test it on a local development server if required) and then upload it, simple!
|
Posted by VIPoint, 12-29-2009, 11:29 AM |
Use dreaweaver... You can create and upload it using dreamweaver itself
|
Posted by Surface, 12-30-2009, 12:08 AM |
Via FTP transfer.
|
Posted by DiegoRBaquero, 12-30-2009, 12:14 AM |
Filezilla is the best for FTP, and FTP is the best to upload your website
|
Posted by mattle, 12-30-2009, 10:31 AM |
I'm using NetBeans with it's CVS integration right now. It's great. NB tracks which files are updated/new from the repository and has built in diff/update/commit functions. Also manages your .cvsignore files.
|
Posted by vibrokatana, 12-31-2009, 02:55 AM |
RSync over SSH, it allows you to merge changes without wasting unnecessary bandwidth and doesn't transmit the password in the clear like FTP.
|
Posted by ibee, 12-31-2009, 03:22 AM |
FTP but it depends on hosting server configuration.
|
Posted by A7med Baraka, 01-02-2010, 06:22 PM |
Via FTP .
|
Posted by gamer43, 01-04-2010, 04:45 PM |
If you need a good ftp/sftp client i would say WinSCP
|
Posted by Doh004, 01-05-2010, 11:31 PM |
You really shouldn't use FTP anymore as it's extremely insecure. If you want to use the same interface and functionality, use SFTP. All that's required is shell access for your account.
|
Posted by DiegoRBaquero, 01-05-2010, 11:59 PM |
Filezilla can do sftp and ftp
|
Posted by Moxie Maxwell, 01-06-2010, 12:39 AM |
I build the template first and then edit on the fly, it seems to work well for me
|
Add to Favourites Print this Article
Also Read