Skip to content

smile-pi/smile-pi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This set of scripts will prep a microSD card to be used with the SMILE-pi Project.

First create an Raspberry Pi OS Lite image on a microSD card.

Place the microsd in the raspberry pi and boot it up.

On a rpi3, login in as root (the image should have a minimal amount of packages on it; no git, no wget, etc. However, curl is included on the image.)

sudo passwd

After that is done, login as pi (the default non root user) and in the home directory run "bash ~/rpi3_install.sh". From there you will have the option to install various applications (smile, kiwix, the portal page, etc). Be sure to include the basic_setup.sh file, it is required by all the other application scripts.

Enjoy

Once you create a good image, create a clone of that microSD card using dd on a mac or linux, or Apple Pi Baker on a Mac.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 67.3%
  • HTML 19.2%
  • Python 6.8%
  • Ruby 6.2%
  • Other 0.5%