Tagged Questions
2
votes
2answers
91 views
Share Web Hosting software packages management
I have a very basic question about web hosting. How will I be able to manage software packages on shared hosting services?
For example, some of my python scripts might require the MySQL-Python ...
1
vote
1answer
45 views
Delivering a web application to the client? [closed]
A company I am working with built a web application that can be useful for many businesses.
My question is what is the best way to deliver such an application?
Option 1: 'Install' it on their ...
2
votes
2answers
60 views
What's the canonical process for backing up a website? [closed]
This is going to sound terrible, but bear with me. I currently have a cron job that does a mysql dump, a git add all and commit, and a git push to bitbucket. I set this up almost a year ago, when I ...