Skip to content

SolarNetwork/solarnetwork-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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