Skip to content
Aurelijus edited this page Dec 17, 2019 · 7 revisions

Welcome to the Stackoverflows documentation search engine wiki!


Getting started


Installation

  1. Clone the repository
git clone https://github.com/Diceon/Stackoverflow-documentation.git
  1. Install composer dependencies
composer install
  1. Install npm dependencies (optional)
npm install
  1. Import database structure from _stackoverflow.sql file.
  2. Rename config/_database.php to database.php and enter database info.

Clone this wiki locally