Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.74 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.74 KB

Neverworld VortexWeb

Codacy Badge Discord Maintainability Test Coverage

Vortex is a Collection of Services and Systems that is used for the Web Services of Neverworld Grid.

VortexWeb is the Codeigniter based Web Account Panel that is used by the end users

Installation

  • Install Files
  • git clone https://github.com/neverworldgrid/VortexWeb.git
  • cd VortexWeb
  • Install Composer Dependencies
  • composer install --no-dev (if you are running a production installation)
  • composer install (if you are running a developement installation)
  • Set Configuration
    • See Below

Require Databases and Access

VortexWeb Expects Access to a few databases of your OpenSimulator Servers, It is currently made for Grid Setups only, until we get all the features worked out.

  • In application/config/database.php
  • Default is a new database for storing stuff that the System makes, like password reset links, etc
  • Robust should be a read and write user for the Robust Database of your Grid
  • Estates should be for the Centralized Estates Database for your Grid Hosted Simulators(don't allow non grid administrators access to this for their Simulators)