My company is a Rackspace Cloud client (provided to us for free) and I'm trying to find some way to set up version control
Posted
by
Nick S.
on Stack Overflow
See other posts from Stack Overflow
or by Nick S.
Published on 2012-12-07T04:19:16Z
Indexed on
2012/12/07
5:04 UTC
Read the original article
Hit count: 114
As the title says, my (small) business is provided a free Rackspace Cloud client account. We receive a decent amount of traffic but I haven't been able to put together a business case to move to our own server yet. However, we are developing some complex apps and I'm frustrated with not having the ability to even ssh into the remote server. Ultimately, I'd like to set up some sort of version control (at this point, I'll take anything, git or otherwise).
I have control over databases, can FTP, set up cron jobs, and perform a few other basic functions. I can't think of any way to set up git or something similar without ssh access. A thought went through my mind that maybe some sort of PHP version control exists that I might be able to set up, but I haven't had any luck finding it yet.
Do you guys have any ideas, thoughts, or advice?
© Stack Overflow or respective owner