rverseTeam / rverse2

Miiverse clone framework, for 3DS and Wii U
Apache License 2.0
95 stars 18 forks source link
miiverse nintendo-3ds nintendo-wii-u

rverse2

Requirements

Installing

Backend

Copy config.example.php, set everything up to your liking (database is most important). I'd also recommend setting show_errors to true for development. Then run the following commands in the root.

$ composer install
$ php topia db:install
$ php topia db:migrate
$ php topia db:setup

After that you can either use $ php topia serve to use the built in development server or serve the public folder through your webserver of choice.