Difference between revisions of "Ubuntu"

From Amahi Wiki
Jump to: navigation, search
(Replaced content with "{{MessageBox| backgroundcolor = #faa| image =Warning.png| heading =WARNING| message = Amahi for Ubuntu 12.04.x<br />Maintenance ONLY!}}")
 
(88 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
{{MessageBox|
 
{{MessageBox|
backgroundcolor = #ffaaaa|
+
backgroundcolor = #faa|
 
image =Warning.png|
 
image =Warning.png|
 
heading =WARNING|
 
heading =WARNING|
message = This is only for developers and advanced users. Do NOT use with data you would not mind losing!}}
+
message = Amahi for Ubuntu 12.04.x<br />Maintenance ONLY!}}
 
 
= Beta 1 Release =
 
 
 
Welcome to the Beta 1 release of '''Amahi Ubuntu Edition'''!
 
 
 
This is our first beta release ... still expect turbulence! Let's start with the caveats and then on to how to install!
 
 
 
= Caveats =
 
* This is a fist beta release. Expect things to mostly work, but your machine could still explode in a million pieces, losing all the data.
 
* No graphical installer yet. Installation involves two CLI (command-line) commands
 
* Note that this is intended to be installed under Ubuntu '''12.04 desktop'''. Ubuntu server probably should not cause problems, but it's not tested. We suspect things like Kubuntu/Lubuntu/Gobuntu/Edubuntu/.... may also work but this is not tested. No warranty. Feel free to report results, however.
 
* No applications are available for Ubuntu yet. This is on purpose, so that we keep the focus tightly on platform stability before chasing ghosts in apps
 
* Only supported on Ubuntu 12.04
 
* '''Only 32bit'' is supported. The 64bit and arm editions are not supported yet
 
* [[Greyhole]] is not yet supported
 
* Debian is not well supported in this release (there are a couple of known issues). We are focusing on Ubuntu only for now.
 
 
 
= How to install Amahi on Ubuntu i386 =
 
 
 
* Download the Ubuntu 12.04 CD/DVD from the [http://www.ubuntu.com/download/desktop Ubuntu downloads] page
 
* Install Ubuntu
 
* Start a terminal
 
* Double check your network settings with '''<code>ifconfig</code>''' and '''<code>route -n</code>'''. These should be the settings that you use in the next step. If these are not correct you can change the ip address by issueing the command
 
    {{Code|sudo ifconfig eth0 192.168.1.14 netmask 255.255.255.0 up}}
 
assuming 192.168.1.14 is your IP address. The route can be changed with
 
    {{Code|sudo route add default gw 192.168.1.1}}
 
assuming 192.168.1.1 is the address of your router.<br>
 
This is especially important if you are doing a headless install.
 
* Make sure you have the proper network settings set up in your [http://www.amahi.org/user control panel], with one profile and one install code
 
* Get the installer by executing the following command in the terminal window  (hint: use copy and paste):
 
    {{Code| wget http://ubuntu.amahi.org/install.12.04 }}
 
* Then start the install with    {{Code| sh install.12.04 }}
 
The install script partially runs as root so it will ask you for your password to install those sections (there is a sudo command in the script)
 
 
 
This should take a little while and many messages will flash by the screen.
 
The time depends on the speed of your PC and your network connection.
 
 
 
If you are on a system with a display and have firefox installed and are not running as root (running as root is not recommended), firefox will start and prompt you for the install code. (you can get your install code from www.amahi.org).
 
 
 
If you are on a system with GUI but without firefox (but e.g. Konqueror or Chrome) or were running as root (not recommended) start your browser and browse to http://localhost:2000.
 
 
 
If you are installing on a headless system where you have no window system running browse to the web gui from a different system. This is done by browsing to http://<ip address of your amahi system>:2000
 
 
 
In either case your browser will ask you for your install code and start installing some additional packages. There is a progress indicator, but don't trust it too much as it has not been tuned very well.
 
 
 
Once the installation is completed the system will tell you to reboot. Do so.
 
Note that rebooting will change the IP address of your system to the addres you've given when creating your install code.
 
 
 
After rebooting, '''<nowiki>http://hda</nowiki>''' should be working if entered on the local system. From a remote system this will only work if you have your DNS pointing to the amahi system as otherwise your system cannot resolve the name "hda".
 
 
 
= Other =
 
 
 
Refer to the [[Debian]] page for the latest info, how to install via other methods and development updates.
 
 
 
The old Ubuntu information (mostly out of date now) is in the [[Ubuntu old]] page.
 
 
 
= Plans =
 
 
 
Plan is to move to 12.04LTS server as soon as possible and stick with that one for a while.
 
 
 
= Problems, questions, etc. =
 
 
 
If you encounter any problems, have questions or whatever, please stop by on our irc channel (#amahi and #amahi-debian), or send them to the mailing list.
 
 
 
If you encountered a problem and found a solution feel free to append your solution to this page.
 
 
 
= Related =
 
 
 
Installing [[UbuntuOnPandaboard | Amahi on Pandaboard]]
 

Latest revision as of 03:10, 29 March 2015

Warning.png WARNING
Amahi for Ubuntu 12.04.x
Maintenance ONLY!