Skip to content
jkeesh edited this page Dec 18, 2010 · 1 revision

Running Locally

Hopefully the code is set up in a way that makes it easy to run locally. Here are instructions for how to do so:

Download and install MAMP (if on a mac) or WAMP (if on a pc) or run some kind of apache-mysql-php configuration change directory to the document root of local server ( this is /Applications/MAMP/htdocs/ in the case of MAMP, not sure what it is on WAMP)

   git clone [email protected]:jkeesh/paperless.git
   cp .htaccess_local .htaccess
   cp config_local.php config.php 
Clone this wiki locally