Displaying 1 result from an estimated 1 matches for "file_library".
2006 May 25
10
One set of source code with multiple instances
...tral set of source code
and an empty (in terms of rows in tables) database structure. To set up
a new school i had a script that basically created a new directory in
/var/www and then within that, symlinked all of the application''s
directories from the central source folder (except the file_library
directory for obvious reasons). It would also create a copy of the
database with the same name as the root directory that it just made. The
database connection file would basically read the directory name and use
this to connect to the right database.
In this way we could clone many schools an...