Code Monkey home page Code Monkey logo

azuriom-egg's Introduction

azuriom-egg

azuriom-egg is a ready-to-use Pterodactyl egg with docker image allowing easy setup and integration with Azuriom.

How to install and use the egg ?

  1. Simply import the egg file egg-azuriom.json into one of your Pterodactyl nest Creating the nest Importing the egg

  2. Create your server and bind it to an allocation that will handle the web traffic. If you have a database host available, create a database for your Azuriom server. Otherwise, define a value for EMBEDDED_MYSQL_PASSWORD and an embedded database will be created for you with this password for the azuriom user. Creating the server

Contributing

How to build ?

docker build -t azuriom-egg .

How to build and run locally ?

The following command will simulate the execution of the Azuriom docker image outside of Pterodactyl by :

  • Persisting state into ./container directory
  • Exposing Azuriom web site on port 2000
  • Setting up a MariaDB database in the same container to avoid any external dependency by providing a value for EMBEDDED_MYSQL_PASSWORD environment variable
sudo rm -rf ./container && \
    mkdir -p ./container && \
    docker build -t azuriom-egg . && \
    docker run -p 2000:2000 --env SERVER_IP=0.0.0.0 --env SERVER_PORT=2000 --env EMBEDDED_MYSQL_PASSWORD=password --read-only -v $PWD/container:/home/container -it azuriom-egg

While setting up Azuriom on http://localhost:2000, the following database configuration can be set :

Database config field Value to use
Type MySql/MariaDB
Host 127.0.0.1
Port 3306
Database azuriom
User azuriom
Password password

Azuriom database setup

azuriom-egg's People

Contributors

auberta2 avatar mlhnono68 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.