RACHEL Configuration on RACHEL-Plus
Running the latest RACHEL Recovery USB will update the CAPs firmware to the latest version while also updating RACHEL functionality
Use the RACHEL Recovery USB, Method 1
Use the following script to download all content for a specific language. NOTE: COPY/PASTE BOTH LINES into your RACHEL-Plus shell/console
wget https://raw.githubusercontent.com/rachelproject/rachelplus/master/cap-rachel-configure.sh \
-O /root/cap-rachel-configure.sh; chmod +x /root/cap-rachel-configure.sh; /root/cap-rachel-configure.sh
The HTML folder "shell" (HTML, _h5ai, and a few tools) for RACHEL content is available at https://github.com/rachelproject/contentshell
Running the following script will configure the Intel CAP hardware up to the point where you can start loading content onto that harddrive (into the folder /media/RACHEL/rachel). You are given the option to initialize the script in ONLINE or OFFLINE mode (large content locally stored; still requires internet access for initial install of mysql server).
The RACHEL install workflow consists of the following steps:
- Step 1 - Install RACHEL (the RACHEL contentshell - web interface with no content)
- Step 2 - Install KA Lite (Khan Academy Offline)
- Step 3 - Install Kiwix (Clean HTML5 directory listings for content)
- Step 4 - Install Weaved (remote access support)
- Step 5 - Install Content (including Wikipedia, KA Lite, GCF Offline, etc)