Coder Social home page Coder Social logo

tamsuiboy / eqemueoc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from akkadius/eqemueoc

0.0 2.0 0.0 547.12 MB

EQEmu EOC - Rapid Development Platform

License: GNU General Public License v3.0

PHP 6.44% CSS 3.39% JavaScript 77.55% HTML 12.30% Go 0.02% Python 0.04% ASP 0.01% Shell 0.02% Perl 6 0.01% Perl 0.05% Dockerfile 0.09% Hack 0.04% Makefile 0.02% Haxe 0.01% Nix 0.01% ABAP 0.01% ActionScript 0.01% Ada 0.01% Assembly 0.01% AutoHotkey 0.01%

eqemueoc's Introduction

EQEmuEOC

EQEmu EOC - Rapid Development Platform

This platform is designed to help EQEmu Server developers develop content rapidly and mangage their server efficiently.

Tools Documentation: http://wiki.eqemulator.org/p?EQEmu_Operations_Center_for_Development#tools

Update 1/5/2019 This project is now considered a Legacy project with a Legacy PHP codebase

Index

EOC Code and Project Structure

Dev Environment (Docker)

Assuming you have docker and relatively know what it is, we now have a Docker setup that can get you up and going with relative ease

Clone this project and run the following command

docker-compose up

This will build your images and get your environment ready to go

Once you have setup your config below and sourced in a development database you can browse to http://localhost

Config

cp includes/config.example.php includes/config.php

Seeding a Database

Once this is done you'll need to seed a database if you're not going to point to an existing one

First - jump into the workspace container via

docker-compose exec workspace bash

Then run the following command

php cli/db-seed.php

Alternatively you can just run a single line from your host without bashing into the container

docker-compose exec workspace bash -cl 'php cli/db-seed.php'

eqemueoc's People

Contributors

akkadius avatar stheno avatar xackery avatar

Watchers

Love in Casablanca avatar James Cloos 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.