Changes between Initial Version and Version 1 of Ticket #742, comment 5
- Timestamp:
- 06/16/14 10:38:35 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #742, comment 5
initial v1 3 3 Some thoughts: 4 4 5 With anything that looks difficult I always like to zoom out, and then zoom back in slowly. There is nothing that can't be understood in laymen terms. There's a lot of voodoo language with Aegir - so you just have be clearyou understand the lingo.5 With anything that looks difficult - I always like to zoom out, and then zoom back in slowly. There is nothing that can't be understood in layman terms. There's a lot of voodoo language with Aegir - so you just have be clear that you understand the lingo. 6 6 7 7 In terms that we can all agree on, we know we have website that has code and a database, and that we often have to bring in new code (e.g new features, security updates) and update the database - so that it works with the new code. So the idea is, we could maintain a document which keeps a list all the modules / themes we have installed, any patches that are applied , .. so that if we wanted to make an exact copy of the website, all we would need is the document (also call a makefile) and a copy of the database, and some kind of administrative interface (platform) that can put these together with some input from you. Aegir gives you these administrative interfaces.