budde377 / Part

Framework for developing websites written in PHP/Dart.
MIT License
2 stars 0 forks source link

Create install file #126

Closed budde377 closed 9 years ago

budde377 commented 9 years ago
budde377 commented 9 years ago

Since there's a lot going on when initializning a website, we can assume that the admin will update the site-config manually. The install dir is most likely not even going to be visible via the web...

We could consider some admin tool for adding sites on the server, but this is out of the scope of Part.

The only problem might be when a config is changed. Then the server admin would have to manually change the config. If this is not that big a deal, I see no reason why the repos shouldn't be made public.