Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
* some Ruby gems will not install without some manual work before.
* scrypt gem has been remove because of this issues:- <nowiki>https://github.com/pbhogan/scrypt/issues/23</nowiki>
* Nokogiri the An HTML, XML, SAX, & Reader parser with the ability to search documents via XPath. must use '--use-system-libraries'.
=Requirements=
* A copy of Pidora-2014-R2-1 can be download from the Raspberry download website. <nowiki>http://www.raspberrypi.org/downloads</nowiki>
* A Raspberry Pi model b or b+.
* A 8GB SD card or bigger.
=Installation=
===Installing Pidora image on to a SD card.===
The easiest way to install the Pidora is to use the win32 disk imager program. download form here <nowiki>http://sourceforge.net/projects/win32diskimager</nowiki>
Needed:
# Check the 'Device' to see if the correct letter that corresponds to your SD card letter.
# Click on 'Write'.
 
[[File:Win32DiskImager.jpg|frame]]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
::[[File:Win32DiskImager.jpg|caption]]
When Win32 Disk imager has finished place the SD card in the Raspberry Pi.
===SD Card Installation Using the dd Command.===
The image can also be installed using the Unix/Linux dd command.
* An Internet connection.
<!---->
:[[File:Important.png|35px||captionleft]] Danger of Data Loss / System Damage The selected device will be overwritten. If you select the wrong device, you may lose data. Exercise care when using dd.
Steps:
# Remove the card.
  ===Complete the Pidora welcome screen.===
# Set user name.
# Set interface as text.
let Pidora finish installing and reboot this completes the Pidora install
::[[File:Pidora-Welcome-Screen.jpg|framecaption]]
let Pidora finish installing and reboot this completes the Pidora install
                     ===Install Amahi 7 core platform ===
# login as root.
##enter the root password (not the one from the first user)
# exit the root user and use a regular user. you will need to reinstall fedora if you skip this step.
# we suggest you create a new folder to put the amahi development code, then in it run:
# <code>git clone <nowiki>https://github.com/mattman73/platform.git</nowiki></code>
# <code>cd platform</code>
# <code>bundle config build.nokogiri --use-system-libraries</code>
# <code>rake db:seed</code> (this will get a basic database setup)
# rails s (this will start the rails server)
 
The development dashboard can be reached with your favorite browser at:
<code><nowiki>http://localhost:3000</nowiki></code>
There is an initial user created called <code>admin</code> with password <code>admin</code>. Login should work out of the box.
12,424

edits