Giter Club home page Giter Club logo

emu-dide's Introduction

EMU-DIDE

This is the repository for our Web Dev class final project. Our goal is to provide an online assembler and emulator for the DIDE architecture as seen in our Architecture classes at Polytech Paris Sud.

##Building the project

The build script must be run with Grunt, which in turn requires nodejs. Bower is also used for runtime dependencies management.

First, install nodejs using the installer available on the official page.

Next, install Grunt and Bower globally.

npm install grunt-cli -g
npm install bower -g

Clone the repo using your favorite git client. You can then install the dependencies by running the appropriate commands in the project directory.

npm install
bower install

To build the project, simply use Grunt's ``build'' multi-task.

grunt build

The application will be built in the in the `build' directory, ready to be deployed.

##Deployment

A PHP 5.4 compatible server is required for the server-side storage space to work, although the application can perfectly run without it.

Make sure that SQLite and its PDO driver are enabled in the PHP configuration.

###Dependencies

EMU-DIDE depends on the following JavaScript and CSS libraries:

  • jQuery
  • Bootstrap
  • Underscore.js
  • CodeMirror

The server side is built upon the Flight Framework written by Mike Cao. Data persistence is done with an SQLite database.

##Directory Layout

/misc                - Misc. files, including the database model and htaccess files
/src/app             - Core JavaScript modules
/src/codemirror/     - Contains the style mode for CodeMirror
/src/services/       - Server-side code for the member storage space
/src/services/model  - Business and DB logic for the server-side 
/src/services/flight - The Flight PHP framework 
/src/views/          - Front-end stuff, such as HTML, CSS and images
/components/         - Dependencies downloaded by Bower

emu-dide's People

Contributors

cedossan avatar va1erian avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar  avatar  avatar

Forkers

cedossan

emu-dide's Issues

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.