Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunaisnotaboy/niiverse
Niiverse. A Miiverse clone based off of Indigo/shell.
https://github.com/lunaisnotaboy/niiverse
Last synced: about 2 months ago
JSON representation
Niiverse. A Miiverse clone based off of Indigo/shell.
- Host: GitHub
- URL: https://github.com/lunaisnotaboy/niiverse
- Owner: lunaisnotaboy
- License: mit
- Created: 2020-05-01T18:56:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T22:56:25.000Z (almost 5 years ago)
- Last Synced: 2024-10-12T19:41:40.530Z (3 months ago)
- Size: 29 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Niiverse
Niiverse. A Miiverse clone based off of Indigo/shell.## Installation
1. Install the latest version of Go from [golang.org](https://golang.org/dl/) or from the official gopher repository.
2. Download the .ZIP file or clone the repository like any other project.
3. Install all the dependencies with `go get ./...`.
4. Set up a MySQL server and import structure.sql.
5. Modify the config.json file to your liking.
6. Build the server with `go build` and then run the new program that is created, or use `go run *.go` (Linux/MacOS only).
7. Make an account, give yourself admin through the MySQL CLI (`UPDATE users SET level = 9 WHERE id = 1`, for example) or your favorite database management interface (e.g. PHPMyAdmin), and start making some communities!## Credits
- lunaisnotaboy (a.k.a. stampylongr) for shell & hosting
- PF2M & co. for creating Indigo
- The Nii U Team for their support## Anything else?
Not much yet, thanks for asking.