-
Notifications
You must be signed in to change notification settings - Fork 37
Installing and Running Overview
Adam Hooper edited this page Apr 23, 2014
·
31 revisions
Warning We support Overview on Ubuntu Linux 14.04 LTS and above. (Really, we support any distribution that includes Postgresql 9.3 or above.) Older versions of Postgresql might not work perfectly.
We have two ways of installing Overview on Ubuntu:
Download the latest release of overview-server-YYYYMMDDRR.zip from https://www.overviewproject.org/releases
Just run this:
sudo apt-get install openjdk-7-jre-headless postgresql
sudo mkdir /opt/overview
cd /opt/overview
unzip /path/to/overview-server-YYYYMMDDRR.zip
cd overview-server-YYYYMMDDRR
./run
Leave that running, and browse to http://localhost:9000
- Using Ubuntu Software Center, install
openjdk-7-jre-headlessandpostgresql. - Move
overview-server-YYYYMMDDRR.zipsomewhere where you know you can find it again. - Right-click on
overview-server-YYYYMMDDRR.zipand clickExtract here. - Double-click on the new
overview-server-YYYYMMDDRRfolder. - Wait for the colorful text to stop scrolling in the terminal that pops up.
- Browse to http://localhost:9000