Skip to content

all raspberry pi configuration files for RACHEL os

License

Notifications You must be signed in to change notification settings

srosro/rachelpiOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation instructions

Note: This has been tested on the following hardware:

Download a fresh version of NOOBS and install on a 64GB SD card: http://www.raspberrypi.org/help/noobs-setup/

Connect to ethernet (wired) or wireless:

login: pi
password: raspberry
$ startx #once the GUI has loaded go to: Menu > Preferences > WiFi Configuration

Continue on the command line:

$ git clone https://github.com/rachelproject/rachelpiOS.git
$ cd rachelpiOS # shift into new directory
$ sudo chmod -R 775 ./scripts # Change permissions to allow us to execute script
$ ./scripts/rachelpios.sh # Execute script (note, this will disconnect you from WIFI (if you're connected)

Go through prompts (entering Y to the quesitons). Set mysql password: "rachellovespie"

Test it out! From another machine, connect to "RPI" wireless network, and visit http://10.10.10.10/

Install sphider tables by visiting http://10.10.10.10/rsphider/admin/install_tables.php

  • User: root
  • Password: rachellovespie

Now index sphider: http://192.168.0.54/rsphider/admin/admin.php?f=index

  • User: root
  • Password: rachellovespie
  • Address: http://127.0.0.1/
  • Spidering options: Full index depth
  • Re-index: Check to re-index

About

all raspberry pi configuration files for RACHEL os

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 94.4%
  • HTML 3.5%
  • CSS 1.1%
  • JavaScript 0.9%
  • Shell 0.1%
  • ApacheConf 0.0%