Anonymous

Get Halachipedia Offline: Difference between revisions

From Halachipedia
no edit summary
No edit summary
No edit summary
 
Line 1: Line 1:
We'd like to offer the ability to users to download an offline version of Halachipedia for reference if and when there's no internet access. Here are the possible options:
We'd like to offer the ability to users to download an offline version of Halachipedia for reference if and when there's no internet access. Here are the possible options:
# One way to access the site offline is to download a compressed xml version of the database. Because it is very large you should use Notepad++ (for PC) or Sublime or Notepad (for mac) or the like. [https://drive.google.com/file/d/0B0yD7VqthpReOXh5eHNLNGI4RDA/view?usp=sharing Click here to download the xml database dump] (Nov 2014).
# One way to access the site offline is to download a compressed xml version of the database. Because it is very large you should use Notepad++ (for PC) or Sublime or Notepad (for mac) or the like. [https://drive.google.com/file/d/0By4eAoRrVoY0MmwyeTMyTFJuem8/view?usp=sharing Click here to download the xml database dump] (Nov 2014).
# Use the [[Special:Book|Book Creator extension]]. Using this you can select pages you want to include in the book, and then generate a downloadable pdf.  
# Use the [[Special:Book|Book Creator extension]]. Using this you can select pages you want to include in the book, and then generate a downloadable pdf.  
# The best option is to actually mirror the site. Wikipedia offers the xml dumps but also offers the database dumps in sql which could be used to recreate the website in its full glory just like it is on the server. The catch with the last option is that it is hard to set up.
# The best option is to actually mirror the site. Wikipedia offers the xml dumps but also offers the database dumps in sql which could be used to recreate the website in its full glory just like it is on the server. The catch with the last option is that it is hard to set up.
## Install php and mysql. For mac's, the easiest program which will install both is [http://www.mamp.info/en/downloads/ MAMP]. For windows the easiest program to install both is [https://www.apachefriends.org/download.html XAMPP].  
## Install php and mysql. For mac's, the easiest program which will install both is [http://www.mamp.info/en/downloads/ MAMP]. For windows the easiest program to install both is [https://www.apachefriends.org/download.html XAMPP].  
## [https://drive.google.com/file/d/0B0yD7VqthpReeG0yTWEzaTV2bDQ/view?usp=sharing Download the database here] (Nov 2014) and extract.
## [https://drive.google.com/file/d/0By4eAoRrVoY0bUl1TFpkVVpxSDg/view?usp=sharing Download the database here] (Nov 2014) and extract.
## Import the database into your mysql using phpmyadmin uploads folder (with MAMP it is at /Applications/MAMP/bin/phpMyAdmin/uploads). For instructions how to import the sql file, http://www.fatheaddesign.com/808/importing-large-sql-files-into-phpmyadmin-under-mamp/ see here].
## Import the database into your mysql using phpmyadmin uploads folder (with MAMP it is at /Applications/MAMP/bin/phpMyAdmin/uploads). For instructions how to import the sql file, http://www.fatheaddesign.com/808/importing-large-sql-files-into-phpmyadmin-under-mamp/ see here].
## Download the mediawiki software with Halachipedia configurations and extract into htdocs folder for either MAMP or XAMPP. For those files, email [mailto:ask@halachipedia.com ask@halachipedia.com].
## Download the mediawiki software with Halachipedia configurations and extract into htdocs folder for either MAMP or XAMPP. For those files, email [mailto:ask@halachipedia.com ask@halachipedia.com].