Anonymous

Get Halachipedia Offline: Difference between revisions

From Halachipedia
no edit summary
No edit summary
No edit summary
Line 3: Line 3:
# 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 MAMP. For windows the easiest program to install both is 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/0B0yD7VqthpReeG0yTWEzaTV2bDQ/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)
## 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].
## Done. Visit the localhost page for Halachipedia.  
## Done. Visit the localhost page for Halachipedia.