sethryder / modpackindex

The code that powers Modpack Index. A powerful index that allows you to find the right Minecraft modpack for you!
https://www.modpackindex.com
GNU General Public License v3.0
7 stars 1 forks source link

Modpack Index

Modpack Index acts as a central database for the modpacks and mods available in the Minecraft community. It offers a variety of features including modpack finder, modpack comparison, servers, streams, and more.

The site is still in active development and somethings could change.

Live Site

The site is currently running at www.modpackindex.com

Requirements

Installing

  1. Clone the repo: git clone https://github.com/sethryder/modpackindex.git.
  2. Install Dependencies: composer install.
  3. Set an encryption key in app/config/app.php, more info about it in the config file.
  4. Enter you database credentials in app/config/database.php.
  5. Run: php artisan mpi:install, this will run database migrations and walk you through setting up your first admin user.
  6. Have fun!

Additional Configuration

Here is some additional configuration that you will need to do to use every feature.

Youtube

Add your Youtube API key to app/config/services.php to allow MPI to properly import video information.

Bit.ly

Add your Bit.ly token to app/config/services.php to allow MPI to convert Bit.ly URLs to the full URL on import.

Commands / Crons

Modpack Index depends on commands to keep some information up to date.

php artisan mpi:install

php artisan import:mcfmodlist

php artisan import:nem

php artisan server:updatequeue

php artisan twitch:update

IRC

Have questions? Want to chat? Visit our IRC Channel!

#ModpackIndex on EsperNet.

Copyright

Copyright (c) 2015 Seth Ryder. See LICENSE for further details.