By: Lloyd Albin 9/28/2012. We are not talking about a Raspberry Pie.

Slides:



Advertisements
Similar presentations
INFSO-RI Module 03 Installing the ETICS Client Alberto Di Meglio.
Advertisements

SEHR (System for Electronic Healthdata Recording) Administrator Practice Guides SEHR Update Doc. Category: APG – administrator practice guides.
Platforms: Unix and on Windows. Linux: the only supported production platform. Other variants of Unix, like Mac OS X: run Hadoop for development. Windows.
Presented by W1BAW Bruce Wattendorf. What is a Raspberry PI A $35 computer with out a monitor, keyboard, mouse but they all can be added.
FILEMAKER SERVER SOFTWARE & REMOTE ADMINISTRATION
VPN using SSH Implementing a secure Unix to Unix Virtual Private Network Gary Stainburn Ringways Garages Ltd.
Shining A Light on Open Source Software: Going Beyond LAMPP Serving Web Content Using Open Source Software.
FIRST SESSION - XAMPP Jeongmin Lee.  Jeongmin Lee  CS  PHD  Machine Learning, AI  Web System Development.
Mukesh Pund Scientist, NISCAIR, New Delhi
DHCP -Ameeta and Haripriya -cmsc 691x. DHCP ► Dynamic Host Configuration Protocol ► It controls vital networking parameters of hosts with the help of.
Chapter Apache Installation on Linux. Acknowledgement The contribution made by Darrin Morison is acknowledged.
CS 491/591 Linux Administration and Security PostgreSQL (database) Installation Installation Configuration Configuration Basic Security Basic Security.
SETUP AND CONFIGURATIONS WEBLOGIC SERVER. 1.Weblogic Installation 2.Creating domain through configuration wizard 3.Creating domain using existing template.
Presented by Mina Haratiannezhadi 1.  publishing, editing and modifying content  maintenance  central interface  manage workflows 2.
Julie McEnery1 Installing the ScienceTools The release manager automatically compiles each release of the Science Tools, it creates a set of wrapper scripts.
Installing Windows Vista Lesson 2. Skills Matrix Technology SkillObjective DomainObjective # Performing a Clean Installation Set up Windows Vista as the.
An illustrated introduction to building a computer using a Raspberry Pi 2. A Raspberry Pi, that is! Images from Microsoft clipart.
GETTING STARTED USING LINUX UBUNTU FOR A MULTI-USER SYSTEM Team 4 Lab Coordinator Manager Presentation Prep Webmaster Document Prep Faculty Facilitator.
Raspberry Pi Training Truman College Goals of our Training Today Unbox and boot up the Raspberry Pi (RPi) Learn how to access the desktop graphical.
The DSpace Course Module – DSpace Installation. Module objectives  By the end of this module you will:  Understand the platforms DSpace can be hosted.
One to One instructions Installing and configuring samba on Ubuntu Linux to enable Linux to share files and documents with Windows XP.
Apache Tomcat Web Server SNU OOPSLA Lab. October 2005.
Eucalyptus Virtual Machines Running Maven, Tomcat, and Mysql.
Pi In The Sky Chris Stubbs. What’s in the HAB kit Balloon (keep this safe) Parachute PITS kit Raspberry Pi Model A (for flight) + SD + Camera Raspberry.
Apache Server The Apache Server Apache is a WWW server that implements the HTTP protocol. Apache runs as a daemon. This means that it is a resident.
CNIT 132 Intermediate HTML and CSS Publish Web Page.
Home Media Network Hard Drive Training for Update to 2.0 By Erik Collett Revised for Firmware Update.
Working with Ubuntu Linux Track 2 Workshop June 2010 Pago Pago, American Samoa.
Apache Web Server v. 2.2 Reference Manual Chapter 1 Compiling and Installing.
baltrad node installation for beginners On Ubuntu Jesper Ellerbæk Nielsen Aalborg University, DK.
Windows PostgreSQL installation. Pre-requisites Define a local non-administrative Windows account (eg. postgres) Must install on Console, not through.
Cole David Ronnie Julio Sam Littlefield. Let’s Begin  Globus Toolkit runs on Unix platform only  Install Ubuntu  download all updates for Ubuntu.
PostgreSQL Installation By: Keerthi Nelaturu Previous version by Ahmed Jeddah & Miguel Garzon.
1 AHM -2-4 Sept 2003 e-Science Centre Running SRB Ananta Manandhar.
WAMP Server Installatin Shiyun Wen. WAMP Server Installation  WAMP Server is an integrated installation of Apache, MySQL, and PHP for Windows. Following.
Intro to Raspberry Pi A Southwest Florida Hackerspace Workshop Presented by: Russell Benzing & Eric Schiffli.
…the basics…. Wildland Fire Information and Technology Server Requirements ● Windows 7 Professional or Windows 2003/2008 Server ● Windows 8/10 (discussion)
Introduction to Linux Server Setup Jonathan Hood CSE 4000 Practical Issues in Software Engineering.
Raspberry Pi Project Control Your Home Lights with a Raspberry Pi.
Installing git In Linux: sudo apt-get install git In Windows: download it from run the setuphttp://git-scm.com/download/win.
WordPress and Etherpad with BlueMix and Docker. Our aim is to run on BlueMix containers (now in beta) these two famous services In the BlueMix dashboard,
1 E-Site - FTP Services Setup / install guide. 2 About FTP services can run on any desired port(s) Runs as a windows service Works for all sites installed.
Chap 1 ~ Introducing LINUX LINUX is a free-stable multi-user operating system that derives from UNIX operating system Benefits: 1) Linux is released under.
CACI Proprietary Information | Date 1 Upgrading to webMethods Product Suite Name: Semarria Rosemond Title: Systems Analyst, Lead Date: December 8,
Installing RMS 3.0 Contractor Mode
How to Start SQL Server and SSDT BI in Local
Computer System Laboratory
bitcurator-access-webtools Quick Start Guide
Outline Installing Gem5 SPEC2006 for Gem5 Configuring Gem5.
RASPBERRY PI WORKSHOP.
Implementation of Embedded OS
Setup a PHP + MySQL Development Environment
Installation of MySQL Objectives Contents Practical Summary
Computer System Laboratory
Embedded Software Development with Python and the Raspberry Pi
Install external command line softwares
UBUNTU INSTALLATION
Creating custom Postgresql packages in Alpine Linux for use with Linux Containers / Docker / Virtual Machine By Lloyd Albin Creating custom Postgresql.
Raspberry Pi in Headless Operation
Machine Learning Workshop
The Linux Operating System
Lab 1 introduction, debrief
Engineering Innovation Center
Apache Tomcat Web Server
2016, Fall Pusan National University Taehoon Kim
Raspberry Pi – VNC Server Connection
bitcurator-access-webtools Quick Start Guide
Computer System Laboratory
Beginning Raspberry Pi
Setting up a Webcam on a Raspberry Pi
Presentation transcript:

By: Lloyd Albin 9/28/2012

We are not talking about a Raspberry Pie

A raspberry PI is a credit card sized computer for $35.

Rev 1: 700 MHz CPU, can be 10% overclocked.

700 MHz CPU, May be overclocked to 1.0 GHz.

The easiest way to install an OS is with one of their image files. I downloaded the Raspbian “wheezy’ version. The latest is the edition. You will also need Win32DiskImager (Windows) or dd (Unix) to write the image to your SD card.

Run Win32DiskImager, select the image, and then click the button.

Upon first bootup, you need to do some configuration. Expand the root partition. Optional: enable ssh, startx, change password.

For any version of Postgres or PG Admin III, we need to update the OS packages first. sudo apt-get update sudo apt-get upgrade

Postgres 9.1 is easy to install. On 10/1/2012 this is Postgres sudo apt-get install postgresql

sudo apt-get install libperl-dev sudo apt-get install python-dev sudo apt-get install libreadline-dev sudo apt-get install comerr-dev sudo apt-get install libkrb5-dev sudo apt-get install libxml2-dev sudo apt-get install libxslt1-dev sudo apt-get install libldap-dev sudo apt-get install gettext sudo apt-get install tcl-dev

Bison and flex are only needed for compiling Postgres 9.3 or any HEAD release from the git source repository. sudo apt-get install bison sudo apt-get install flex

We can download any of the current versions of source code from: wget tar.gz tar -zxf postgresql tar.gz cd postgresql-9.2.1

Install git sudo apt-get install git-core Download the Postgresql git. git clone git://git.postgresql.org/git/postgresql.git cd postgresql

./configure \ --enable-cassert \ --enable-debug \ --enable-nls \ --enable-integer-datetimes \ --with-perl \ --with-python \ --with-tcl \ --with-krb5 \ --with-includes=/usr/include/et \ --with-openssl \ --with-ldap \ --with-libxml \ --with-libxslt

To start the build, type: make If you want to build everything that can be built, including the documentation (HTML and man pages), and the additional modules (contrib), type instead: (Not valid for git HEAD edition aka 9.3) make world It is optional but you can do regression testing of the database before installing it. make check

To install PostgreSQL enter: sudo make install To install the documentation (HTML and man pages), enter: sudo make install-docs If you built the world above, type instead sudo make install-world

Create the Postgres User sudo adduser postgres Create the Data directory and assign the correct permissions sudo mkdir /usr/local/pgsql/data sudo chown postgres /usr/local/pgsql/data Change to the Postgres User su – postgres Initialize the database /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data

Success. You can now start the database server using: /usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data -l logfile start Note: The above logfile is located in the Postgres home directory. To Stop the database server: /usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data stop

Setup postgres, role, password in Postgres Start up and shutdown scripts Modify postgresql.conf True logging instead of –l logfile Setup to listen on more than localhost Modify pg_hba.conf Allow other computers to access

sudo apt-get install pgadmin3 You will need to either make a desktop icon for it or launch it from the terminal window within x-windows. pgadmin3 &