Difference between revisions of "Amahi 9"

From Amahi Wiki
Jump to: navigation, search
Line 14: Line 14:
 
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left">
 
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left">
 
   <nowiki>rpm -Uvh http://f23.amahi.org/noarch/hda-release-6.9.0-1.noarch.rpm</nowiki>
 
   <nowiki>rpm -Uvh http://f23.amahi.org/noarch/hda-release-6.9.0-1.noarch.rpm</nowiki>
   yum -y install mariadb-libs mariadb-server
+
   dnf -y install mariadb-libs mariadb-server
   yum -y install hda-ctl hda-platform
+
   dnf -y install hda-ctl hda-platform
 
   hda-install YOUR-INSTALL-CODE
 
   hda-install YOUR-INSTALL-CODE
 
</div>
 
</div>
 +
 +
'''NOTE:'''  <code>yum</code> (deprecated) has been replaced with <code>dnf</code> as the Fedora package manager.

Revision as of 00:55, 26 September 2015

Warning.png WARNING
This is the Development page for Amahi 9 on Fedora 23. It IS NOT production ready.


This is the beginning of the Amahi 9 on Fedora 23 development. The text on this page are notes for use without the process.

Install Fedora 23

Install Amahi 9

These are the tentative steps:

  rpm -Uvh http://f23.amahi.org/noarch/hda-release-6.9.0-1.noarch.rpm
  dnf -y install mariadb-libs mariadb-server
  dnf -y install hda-ctl hda-platform
  hda-install YOUR-INSTALL-CODE

NOTE: yum (deprecated) has been replaced with dnf as the Fedora package manager.