...
A developer's workstation can be setup by following the steps outlined below;
Info |
---|
title | Hardware/Software Info |
---|
|
The following guide has been tested on the following hardware/software and will be updated periodically. Hardware: - Amazon EC2 Instance type (m1.medium)
- AMD 64 bit
- 2 CPUs
- 7.5 GB RAM
- 480 GB HDD
- Mac OS X
- 64 Bit
- 2 CPUs
- 8 GB RAM
- 240 GB Solid State HD
Software: - Linux (3.2.28-45.62.amzn1.x86_64)
- OS X (10.6 and higher)
|
Info |
---|
The new improvised project model/structure does not require any additional configuration files, setup or any such overrides. The steps are very simple with details below; - Checkout code
- Build the modules (one maven command)
- Reset databases (One maven command that is re-used for all the modules and also consistent across the modules)
- Bring up the applications in the IDE
- And everything should work right from the get go.
|
...