-
Notifications
You must be signed in to change notification settings - Fork 37
Installing and Running Overview
These instructions are not well tested! If you do try this, please let us know how it works.
-
You need a 64 bit version of Windows to run the Overview server. If you are unsure which version of Windows you have, [http://support.microsoft.com/kb/827218](check here).
-
First you will need the Postgres database software. The easiest way is to download and install from http://www.postgresql.org/download/windows/
-
Next you will need Java 7 installed (if it is not installed already. Go to Control Panel and see if Java is listed under Programs.) Get Java 7 here: http://www.java.com/en/download/index.jsp
-
Then download the latest Overview release which will have a filename like
overview-server-YYYYMMDDRR.zipfrom https://github.com/overview/overview-server/releases. -
Extract all the files from this zip file into a folder.
-
Inside the extracted folder, navigate to runner\target\universal\stage\bin and double-click on runner.bat
-
Open your web browser and go to
localhost:9000. You should see a login screen! Login with the default username and password of[email protected]and you are done!
-
First you will need the Postgres database software. The easiest way is to download and install from http://postgresapp.com
-
Next you will need Java 7 installed (if it is not installed already. Go to System Preferences and look for the Java icon to see if Java is installed, and if so, what version.) Get Java 7 here: http://www.java.com/en/download/index.jsp
-
Then download the latest Overview release which will have a filename like
overview-server-YYYYMMDDRR.zipfrom https://github.com/overview/overview-server/releases. -
Unzip it, and open a Terminal window in the directory where all of the files are unzipped. You will need to
cdinto this directory. -
Type
./run. The server is ready when you see the following message:[overview-server] [info] play - Application started (Prod) [overview-server] [info] play - Listening for HTTP on /0:0:0:0:0:0:0:0:9000
-
Open your web browser and go to
localhost:9000. You should see a login screen! Login with the default username and password of[email protected]and you are done!
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.
First, download the latest release of overview-server-YYYYMMDDRR.zip from https://github.com/overview/overview-server/releases. Done? Now you have two ways to install it.
Just run this:
sudo apt-get install openjdk-7-jre-headless postgresql
unzip /path/to/overview-server-YYYYMMDDRR.zip
cd overview-server-YYYYMMDDRR
./run
Leave that running, browse to http://localhost:9000 and log in as [email protected] with password [email protected].
To quit, press Ctrl+C where ./run is running. Don't worry: your data is safe no matter when you quit.
- 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 and log in as
[email protected]with password[email protected].
To quit, close the terminal. Don't worry: your data is safe no matter when you quit.
Want to download a new version? Download it from https://github.com/overview/overview-server/releases and then:
- Quit the old version of Overview.
- Extract the new version (probably near where you extracted the old version).
- Copy the
databasefolder from the firstoverview-YYYYMMDDRRfolder into the secondoverview-YYYYMMDDRRfolder. - Copy the
datasubfolder of thesearch-indexfolder from the firstoverview-YYYYMMDDRRfolder into the secondoverview-YYYYMMDDRRfolder'ssearch-indexsubfolder. (Got that? You're copyingoverview-server-1111111111/search-index/dataso it becomesoverview-server-2222222222/search-index/data.) - Run the new version of Overview.