I have a network of 6 sites (with more in the pipeline), which all use the same code base, but have different css files for layout and database for data and logging etc.
Each site/domain has it's own ip and account on my vps. As the network grows, it's becoming a pain to upload new php files manually to each ftp account, so I'm trying to come up with a way of
1) automating the upload of any updated php files to each different ftp
or
2) doing away with all the accounts, and just have a single account, but have a config file which says "if domain = yyy use yyy.css and yyy.database"
Has anyone done anything like either of these? Any advice would be great.
Each site/domain has it's own ip and account on my vps. As the network grows, it's becoming a pain to upload new php files manually to each ftp account, so I'm trying to come up with a way of
1) automating the upload of any updated php files to each different ftp
or
2) doing away with all the accounts, and just have a single account, but have a config file which says "if domain = yyy use yyy.css and yyy.database"
Has anyone done anything like either of these? Any advice would be great.