Giter Site home page Giter Site logo

nitro-docker-1's Introduction

Nitro Docker

Nitro docker is a quick-to-setup docker dev environment. It can be run on Windows, Linux or OSX just with a few commands

Installation

All container run in a daemon mod, so you will need to wait 5/10 minutes all servers. Once nitro accessible on http://127.0.0.1:1080?sso=123, you can extract all assets easily with the command just extract-nitro-assets

More commands

  • just restart-arcturus: restart arcturus emulator
  • just restart-nitro: restart nito dev server (Craco in nitro-react)
  • just watch-arcturus: watch the emulator output
  • just watch-nitro: watch the nitro dev server output
  • just --list: display all usefull commands <3

More informations

Mysql

Mysql server use these credentials:

      - MYSQL_ROOT_PASSWORD=arcturus_root_pw
      - MYSQL_USER=arcturus_user
      - MYSQL_PASSWORD=arcturus_pw
      - MYSQL_DATABASE=arcturus

The first database come from mysql/dumps, it's the base Arcturus database for 3.0.X with just a default SSO ticket (123).

Arcturus

  • Arcturus is stored in emulator/arcturus, it's just a submodule from krews.git. Each time you run the nitro-arcturus image, each time the emulator is recompiled. You can recompile manualy with the command just recompile-arcturus.
  • The NitroWebSocket plugin is already added
  • All the configuration can be found in emulator/config.ini

Nitro

  • Nitro is the folder for nitro dev server, assets, swf, converters...
  • The nitro-image contains 3 server: assets server (for all *.nitro files), swf server from morningstar (who contain all current useful SWF) and nitro-dev server on nitro-react.
  • All extracted assets come from nitro-swf and will be extracted in nitro-assets (the nitro converter use the swf server)
  • All the configurations for nitro-react are in nitro/configuration. If you make some change, just make just restart-nitro

Have fun <3

nitro-docker-1's People

Contributors

pi-bouf avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.