Skip to content

Initial Software Design

Steven Myers edited this page Jan 19, 2016 · 8 revisions

deployment

As covered in the (tech choice)[https://github.com/401ChemistryGenealogy/ChemistryGenealogy/wiki/Technology-choices-(and-pointers)] we will be deploying a 3-tiered system. All the non-client systems are deployed to the same virtual machine.

Once git is installed in the virtual machine we'll be able to simply git clone the respective repositories and run the scripts. However, we will wget the MySQL code and build/install the database, which we will then run on the virtual machine. As such we will have two code repositories and a third information repository.

component