Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Rverse 3DS: Difference between revisions

From GameBrew
m (Text replacement - "| licence" to "| license")
No edit summary
Line 1: Line 1:
{{Infobox 3DS Homebrews
{{Infobox 3DS Homebrews
| title = Reverse
|title=Reverse
| image = Reverse.jpg|250px
|image=Reverse.jpg
| type = PC Utilities
|description=Miiverse clone framework, for 3DS and Wii U.
| version=v1.0
|author=rverseTeam
| lastupdated = 2018/10/07
|lastupdated=2018/10/07
| license = Mixed
|type=PC Utilities
| author = rverseTeam
|version=1.0
| website = https://github.com/rverseTeam/Reverse
|license=Mixed
| download = https://dlhb.gamebrew.org/3dshomebrew/Reverse.rar
|download=https://dlhb.gamebrew.org/3dshomebrew/Reverse.rar
| source = https://github.com/rverseTeam/Reverse
|website=https://github.com/rverseTeam/Reverse
|source=https://github.com/rverseTeam/Reverse
}}
}}
<youtube>oQsZ_MCmht4</youtube>
<youtube>oQsZ_MCmht4</youtube>

Revision as of 14:06, 29 October 2021

Reverse
File:Reverse.jpg
General
AuthorrverseTeam
TypePC Utilities
Version1.0
LicenseMixed
Last Updated2018/10/07
Links
Download
Website
Source

Requirements

  • PHP 7.2.0 (or greater) or an equivalent environment
  • MySQL 5.7 is recommended, you can use any database engine compatible with illuminate/database in theory though.
  • Composer

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.

Advertising: