Tagged Questions
1
vote
2answers
124 views
How to verify that all files are intact prior to install?
I'm working on my CMS (in PHP platform) for a long time now. The main program is done and I'm currently developing the Installer part. Installation itself will be fairly simple:
Upload all files
...
2
votes
2answers
253 views
Architecting Challenge: How would you write an opensource script installer to run in a browser?
I currently have an installer that works, but I have to repackage the open source apps and hack things together to get the installer to install them. I want to be able to use the apps installation ...
