Difference between revisions of "Centos 6"

From Amahi Wiki
Jump to: navigation, search
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{MessageBox|
 +
backgroundcolor = #ffaaaa|
 +
image =Warning.png|
 +
heading =WARNING|
 +
message = This is only for developers, advanced users and testers. Do NOT use with data you would not mind losing!}}
 +
= Installation =
 
This procedure is actually in development and not yet completed.
 
This procedure is actually in development and not yet completed.
  
Line 5: Line 11:
 
* Install Centos6 using the official DVD (or net installation, or what you prefer). Actually is not important which kind of installation you follow (desktop or minimal) all required packages for Amahi will be installed later.
 
* Install Centos6 using the official DVD (or net installation, or what you prefer). Actually is not important which kind of installation you follow (desktop or minimal) all required packages for Amahi will be installed later.
 
* Configure EPEL repository:
 
* Configure EPEL repository:
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm
+
        rpm -Uvh <nowiki>http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm</nowiki>
 
* Configure the development Amahi repository:
 
* Configure the development Amahi repository:
vi /etc/yum.repos.d/amahi.repo
+
vi /etc/yum.repos.d/amahi.repo
  
 
and paste:
 
and paste:
Line 13: Line 19:
 
  [amahi]
 
  [amahi]
 
  name=Amahi Centos6 Repo
 
  name=Amahi Centos6 Repo
  baseurl=http://repos.mornati.net/amahi-centos6/RPMS
+
  baseurl=<nowiki>http://repos.mornati.net/amahi-centos6/RPMS</nowiki>
 
  failovermethod=priority
 
  failovermethod=priority
 
  enabled=1
 
  enabled=1
Line 26: Line 32:
  
 
  hda-install <YOUR-CODE>
 
  hda-install <YOUR-CODE>
 +
 +
= Known problems =
 +
* Actually the installation process works well but the default user to login in the Amahi web interface is not created (there is an empty database)

Latest revision as of 16:21, 26 July 2014

Warning.png WARNING
This is only for developers, advanced users and testers. Do NOT use with data you would not mind losing!


Installation

This procedure is actually in development and not yet completed.

To install Amahi on Centos6, the steps to follow are:

  • Install Centos6 using the official DVD (or net installation, or what you prefer). Actually is not important which kind of installation you follow (desktop or minimal) all required packages for Amahi will be installed later.
  • Configure EPEL repository:
       rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm
  • Configure the development Amahi repository:
vi /etc/yum.repos.d/amahi.repo

and paste:

[amahi]
name=Amahi Centos6 Repo
baseurl=http://repos.mornati.net/amahi-centos6/RPMS
failovermethod=priority
enabled=1
gpgcheck=0


Then you can install Amahi with:

yum -y install hda-platform

and, at the end of the process:

hda-install <YOUR-CODE>

Known problems

  • Actually the installation process works well but the default user to login in the Amahi web interface is not created (there is an empty database)