Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

soraio/soraio

Repository files navigation

Sora Iro

An app for Fansubs Management System

Build Status Country MIT licensed Website Dev Dependencies Dependencies

This repository is a Fansub Site that was built on nodejs, expressjs, bookshelf knex ORM for the backend and modular-admin, bootstrap, daemonite-material, etc for the frontend.

Installation

First, you need to clone this repository and install all required dependencies.

$ git clone https://github.com/soraio/soraio.git
$ sudo apt-get install -y unicode-data
$ npm install

Then, migrate and seed the databases then start the engine.

$ npm run build
$ npm start

Then navigate to the app in browser, default port is on 3000 or you can customize it on config.js file.

Run as production

Changes environtment on conf/config.js file, from development to production.

Default Configuration
module.exports = {
  /**
    * Environments.
    * @var
    * @param environment {string} - The environment type
    * Environment list :
    * - development
    * - staging
    * - production
    */
  environment: 'development',
  port: 3000,

  /**
    * Database Configuration.
    * @var
    * @param databaseHost {string} - Your Database Host
    * @param databaseUsername {string} - Your Database Username
    * @param databasePassword {string} - Your Database Password
    * @param databaseName {string} - Your Database Name
    */

  dbPrefix          : 'sora_',
  databaseHost      : 'Hostname',
  databaseUsername  : 'Username',
  databasePassword  : 'Password',
  databaseName      : 'Database'

}

Release History

  • 0.0.1
    • Work in progress

Credits

Eries Trisnadi – zdumb1885@outlook.com

  • Distributed under the MIT License.
  • See LICENSE for more information.

About

An app for Fansubs Management System

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •