PHP app installer

The last 2 to 3 days I’ve been working on a system that can be easely integrated into any application so that it can install itself on a server. I’ve added some ideas to suit myself, one is that data is installed to 2 databases. One for the users and one for the data of the users.

Why? Because you can scale a lot easier if parts are in other databases. And it includes some of my projects that I want to start, see Google, users tend to user a website more when they are registerated but what if, like google, I register for Gmail and I can have Google docs with the same account but not the annoying registration? That is what I want to do.

Great and Free? …..I’m not yet at that stage

TODO:

  • The things that are left for me to do is basically that I scale everything more
  • Maybe port to smarty all the vars and everything
  • Maybe make a installer creator script for the people who want to implement my script.
  • Do something to the mysql files
  • Make more comments in the code
  • Document the script