Myami on Ubuntu » History » Revision 4
« Previous |
Revision 4/35
(diff)
| Next »
Jim Pulokas, 08/09/2012 10:31 AM
myami on Ubuntu¶
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.
Installing a basic Ubuntu system¶
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.
Following the initial reboot:- connect to the internet (click network icon in upper right)
- update packages:
sudo apt-get update sudo apt-get upgrade
- Reboot
You now have a basic up-to-date Ubuntu system
Installing additional packages required by myami¶
There are many additional packages to install, but we can try to condense that list to the smallest set necessary to pass to the update command which will then figure out all the other dependencies. Here is a single command to install all the necessary packages:
sudo apt-get install subversion vim python-MySQLdb python-wxgtk2.8 python-fs mysql-server php5 php5-mysql libssh2-php php5-gdDuring installation, you will be prompted several times to create a mysql root password. This can optionally be left blank at the expense of less security.
Updated by Jim Pulokas over 12 years ago · 4 revisions