Difference between revisions of "Centos 7"
From Amahi Wiki
Line 6: | Line 6: | ||
=Installation= | =Installation= | ||
==CentOS 7== | ==CentOS 7== | ||
− | Download | + | Download Minimal 1511 ISO: |
* HTTP | * HTTP | ||
− | :[http://mirrors.cmich.edu/centos/7/isos/x86_64/CentOS-7-x86_64- | + | :[http://mirrors.cmich.edu/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1511.iso CentOS-7-x86_64-Minimal-1511.iso] |
* Torrent | * Torrent | ||
− | :[http://mirrors.cmich.edu/centos/7/isos/x86_64/CentOS-7-x86_64- | + | :[http://mirrors.cmich.edu/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1511.torrent CentOS-7-x86_64-Minimal-1511.torrent] |
Follow the [https://www.howtoforge.com/tutorial/centos-7-minimal-server/ CentOS 7 Minimal Server] guidance and create a user ('''root''' password not required). | Follow the [https://www.howtoforge.com/tutorial/centos-7-minimal-server/ CentOS 7 Minimal Server] guidance and create a user ('''root''' password not required). |
Revision as of 15:06, 16 July 2016
WARNING | |
---|---|
This is only for developers. We are testing the potential implementation of Amahi with CentOS 7, therefore it's NOT for public use! |
Installation
CentOS 7
Download Minimal 1511 ISO:
- HTTP
- Torrent
Follow the CentOS 7 Minimal Server guidance and create a user (root password not required).
Amahi
Installation must be done as root user.
- Install dependencies:
yum epel-release nano psmisc wget yum gcc mysql-devel ruby-devel rubygems
- Download custom packages:
wget http://tdstatic.net/RPMs/hda-ctl-7.0.0-1.x86_64.rpm wget http://tdstatic.net/RPMs/hda-platform-9.0.0-1.x86_64.rpm wget http://tdstatic.net/RPMs/rubygem-mysql2-0.4.4-1.x86-64.rpm wget http://tdstatic.net/RPMs/rubygem-ruby-dbus-0.11.1-1.noarch.rpm
- Install custom packages:
yum localinstall hda-ctl-7.0.0-1.x86_64.rpm yum localinstall hda-platform-9.0.0-1.x86_64.rpm yum localinstall rubygem-mysql2-0.4.4-1.x86-64.rpm yum localinstall rubygem-ruby-dbus-0.11.1-1.noarch.rpm
- Install Ruby Gems:
gem install mysql2 ruby-dbus
- Install Amahi:
hda-install INSTALL_CODE
Known Issues
- Amahi CentOS 7 Repo has not been established
- Apps are not ready (only phpSysInfo has been tested)
- rubygem-mysql2 and rubygem-ruby-dbus packages not available in CentOS or the EPEL repo
Bug Reports
See Amahi Bug #2081 for development progress.