Giter Club home page Giter Club logo

alivecms's Introduction

General

Um lokal arbeiten zu können lade dir den Dev-Branch herunter und zweige einen eigenen Branch davon ab. Von mir oder einem der andere bekommst du eine database.php die in /application/config/ gehört und nicht im Mercurial erfasst werden sollte. Der dort enthaltene MySQL-User hat auf die Realm- und Charakterdatenbank nur Lesezugriff, dennoch geh damit umsichtig um.

Du kannst bei Downloads auf bitbucket.org einen Dump der data_portal-Datenbank finden den du benutzen kannst um eine lokale Version aufzusetzen.

Wenn du eine komplette Offline-Version willst musst du die database.php auf deinen lokalen MySQL richten und dort eine trinity_realm-Datenbank bereitstellen. Ebenfalls brauchst du eine world- und character-Datenbank mit Daten damit alles funktioniert.

Mac / Unix

Install Homebrew if necessary

/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

Install Node.js via Homebrew

brew install node
curl https://npmjs.org/install.sh | sh

Install Grunt via Node Package Manager

npm install grunt -g

Install Handlebars via Node Package Manager

npm install [email protected] -g

Install Ruby (wenn nötig)

http://www.rubyinstaller.org/

Install Sass

sudo gem install sass

Windows 7

Install Node.js

http://nodejs.org/download/

Install Grunt

npm install -g grunt-cli

Install Handlebars

npm install [email protected] -g

Install Ruby (wenn nötig)

http://www.rubyinstaller.org/

Conclusion (Both)

Use Grunt to watch over changed css & js files

Change to project folder in the terminal

grunt watch

The shell will stay open and execute the tasks in case the specified files change.

alivecms's People

Contributors

macavity avatar aliveshiro avatar nevotheless avatar

Watchers

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.