Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.13 KB

File metadata and controls

43 lines (27 loc) · 1.13 KB

SolarNetwork Development Support

Development support for SolarNetwork:

Folder structure:

  • ./bin - common installation scripts
  • ./eclipse - Eclipse IDE configuration files
  • ./vagrant - Vagrant VM configurations

For full documentation refer to the Developer Guide.

Once you've installed the development environment either locally or using Vagrant, in Eclipse import the SolarNetworkTeamProjectSet.psf that has been generated in the workspace.

Vagrant VM

See vagrant/solarnet-dev/README for details.

macOS

Requirements:

From the command line go into bin directory and run the ./setup.sh script to:

  • checkout the git repositories
  • setup the eclipse workspace
  • set up the PostgreSQL database

e.g.

cd bin
./setup.sh ~/solarnet-workspace