I identify that we would likely need these new repositories:abma wrote:imo the website stuff should be modularized:
create:
wiki.springrts.com
forum.springrts.com
bugs.springrts.com
extra db, extra git repo, extra layout. this would simplify stuff a lot. atm updating mediawiki / forum is difficult / a lot of work as many stuff possible could break. currently its hard to know what side-effect some change can have. mediawiki / phpbb has to many custom changes of the "core" code, which means, when updating the usual way these changes would be overwritten by the new version of the software.
- spring/spring-phpbb
- spring/spring-mediawiki
There's also the question of how should these repositories be bundled? i see the following options:
- Git submodules
- Composer
- Git subtrees
- Bash scripts
What are peoples thoughts?