Project

General

Profile

Myami on Ubuntu » History » Version 3

Jim Pulokas, 08/09/2012 10:24 AM

1 1 Jim Pulokas
h1. myami on Ubuntu
2
3
This is a work in progress. Use at your own risk.  This is mainly a log of various experiences installing myami on Ubuntu which will gradually evolve into a more formal document.  This will attempt to demonstrate the installation of all of myami including both leginon and appion on a single Ubuntu host.  This will also include running MySQL, Apache Torque, etc. on this local host without needing to connect to any other host.
4
5 3 Jim Pulokas
h2. Installing a basic Ubuntu system
6 1 Jim Pulokas
7
We use Ubuntu 12.04 LTS (Precise) Desktop 64 bit.  Install a basic system from an image on CD or bootable USB drive. Default selections during the install process, no 3rd party repositories, no network configuration and no updates during the installation.  This makes it easier in the remainder of this document to know that we have started from a known base system.  Reboot.
8
9
Following the initial reboot:
10
* configure network
11 3 Jim Pulokas
* update packages:<pre>sudo apt-get update
12
sudo apt-get upgrade</pre>
13 1 Jim Pulokas
* Reboot
14 3 Jim Pulokas
15
You now have a basic up-to-date Ubuntu system
16
17
h2. Installing additional packages required by myami