Code Monkey home page Code Monkey logo

ceu-emscripten's Introduction

Folders

  • css <- contains the css files
  • img <- contains the images used by the client
  • src <- contains the files used by start.sh
  • js <- contains the javascript files used by client
  • tutorials <- the source files for the example codes

Files

  • README.md <- the README file
  • client.html <- the html code for the client
  • library.php <- a php file that receives ceu code and converts it into a javascript file
  • server.php <- a php file that receives the code from the client and with library.php sends it to the client
  • start.sh <- a script that will copy the files from src to the /tmp/ folder

Requirements to run

  • emscripten > 1.10
  • ceu
  • apache2
  • php
  • javascript

Steps needed in order for it to work(Linux only)

Installing Emscripten

  • sudo apt-get install emscripten

Installing Apache2

  • sudo apt-get update
  • sudo apt-get install apache2
  • sudo /etc/init.d/apache2 restart

Installing php5

  • sudo apt-get install php libapache2-mod-php php-mcrypt

Installing nodejs

  • sudo apt-get install nodejs

Installing git

  • sudo apt-get install git

Installing Lua

  • sudo apt-get install lua5.1
  • sudo apt-get install lua-lpeg

Installing Ceu

Getting Ceu-Emscripten

Setting apache2 Document Root (optional)

Setting Shortcut in DocumentRoot

  • cd /var/www/
  • ln -s /full/path/to/Ceu-Emscripten ceu

Opening the server in your browser

ceu-emscripten's People

Contributors

fsantanna avatar johnicholas avatar vicentium avatar

Watchers

 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.