Skip to content

Instantly share code, notes, and snippets.

@joshwentz
Last active December 20, 2015 23:48
Show Gist options
  • Save joshwentz/6214690 to your computer and use it in GitHub Desktop.
Save joshwentz/6214690 to your computer and use it in GitHub Desktop.
install energyplus onto an ubuntu 12.04 linux server
#Open Terminal & move to where you want to install
#Install git: sudo apt-get install git-core
#git clone https://gist.github.com/6214690.git
#cd 6214690/
#sh energyplus.sh
#Download EnergyPlus
sudo wget http://developer.nrel.gov/downloads/buildings/energyplus/builds/EnergyPlus-7.2.0.006-Linux-64.tar.gz
sudo tar xzf EnergyPlus-7.2.0.006-Linux-64.tar.gz
find EnergyPlus-7-2-0-006/bin/ -type f -perm -o+rx;
#Test Run EnergyPlus
cd EnergyPlus-7-2-0-006/bin/
./runenergyplus ../Examples/BasicsFiles/Exercise1A.idf ../WeatherData/USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment