download and install Solr from http://lucene.apache.org/solr/.
you can access Solr admin from your browser: http://localhost:8983/solr/
use the port number used in installation.
| <?php | |
| //////////////////////////////////////////////////////////////////////////// | |
| // VANILLA CONFIGURATION FILE | |
| define ('INSTALL_DIR', dirname(__FILE__)); | |
| //////////////////////////////////////////////////////////////////////////// | |
| // HTTP IMPORTANT URLS | |
| define('HTTP_SERVER', 'http://localhost/opencart/'); | |
| define('HTTPS_SERVER', 'https://localhost/opencart/'); | |
| define('HTTP_ADMIN', 'http://localhost/opencart/ad33/'); |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
download and install Solr from http://lucene.apache.org/solr/.
you can access Solr admin from your browser: http://localhost:8983/solr/
use the port number used in installation.