Home - Icybrew/Stackoverflow-documentation GitHub Wiki
Welcome to the Stackoverflows documentation search engine wiki!
Getting started
Installation
- Clone the repository
git clone https://github.com/Diceon/Stackoverflow-documentation.git
- Install composer dependencies
composer install
- Install npm dependencies (optional)
npm install
- Import database structure from _stackoverflow.sql file.
- Rename config/_database.php to database.php and enter database info.