-
Notifications
You must be signed in to change notification settings - Fork 37
Installing and Running Overview
Follow these instructions to get your very own Overview server up and running. It's a bit more work than just using overviewproject.org, but provides much higher security as your documents will never leave your own computer.
- Install the Postgres database from http://www.enterprisedb.com/products-services-training/pgdownload#windows. (This is what PostgreSQL officially recommends.)
- First, click the relevant download: either "Win x86-32" or "Win x86-64". (If you know you're using 64-bit Windows, choose the "64". If you're unsure, choose "32".)
- When prompted to save or run, choose "Run". Choose "Yes" when prompted to make changes to your computer.
- Click "Next", "Next", "Next". (Don't change the installation directory, or Overview won't work.)
- When asked for a password, enter
postgres
twice. (You can enter anything, really; Overview ignores this completely, and you won't ever need to type it in again.) - Click "Next", "Next", "Next"
- Uncheck the "Stack Builder" checkbox, then click "Finish"
- (If you care, open your "Control Panel", go to "Administrative Tasks", "Services", "Postgresql" and change "Startup Type" to "Manual". Overview needs PostgreSQL to be installed, but it doesn't need it to be running so you can disable it.)
- Install Java 7. (It might be installed already; you can check in "Programs" in the Control Panel.)
- Browse to https://www.java.com and click "Free Java Download".
- Click "Agree and Start Free Download". When prompted, choose "Run" and "Yes".
- Click "Install"
- Uncheck "Install the Ask Toolbar" and click "Next".
- Click "Close". A web browser window will pop up; you may close it.
- Download the latest release of
overview-server-YYYYMMDDRR.zip
from https://github.com/overview/overview-server/releases. - Extract all the files from this zip file into a folder.
- Inside the extracted folder, double-click on
overview
. (If there are several, pick the one with a different icon from the rest.) - Browse to http://localhost:9000 and log in as
[email protected]
with password[email protected]
.
- Install PostgreSQL:
- Download the latest version of Postgres.app from http://postgresapp.com/
- Install it
- Run it once, then exit
- Install Java 7 from https://www.java.com/en/download/index.jsp
- Download the latest release of
overview-server-YYYYMMDDRR.zip
from https://github.com/overview/overview-server/releases. - Extract it somewhere, and open the extracted directory in Finder.
- Double-click on "overview".
- Browse to http://localhost:9000 and log in as
[email protected]
with password[email protected]
.
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-headless
andpostgresql
. - Move
overview-server-YYYYMMDDRR.zip
somewhere where you know you can find it again. - Right-click on
overview-server-YYYYMMDDRR.zip
and clickExtract here
. - Double-click on the new
overview-server-YYYYMMDDRR
folder. - 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
database
folder from the firstoverview-YYYYMMDDRR
folder into the secondoverview-YYYYMMDDRR
folder. - Run the new version of Overview.