Coder Social home page Coder Social logo

tn1ck / aal Goto Github PK

View Code? Open in Web Editor NEW
1.0 10.0 3.0 43.13 MB

This repository holds the frontend and application layer of an interactive wall currently developed at the DAI.

Java 34.21% Scala 0.24% JavaScript 27.05% CSS 12.57% TeX 25.93%

aal's Introduction

Ambiented Assisted Living (aal)

This repository holds the frontend and application layer of an interactive wall currently developed at the DAI.

Setup

play

  1. Download play (http://downloads.typesafe.com/play/2.2.1/play-2.2.1.zip).
  2. Extract the .zip and place it somewhere, create an alias to the play command. For this open your .bashrc/.zsrrc and add the line: alias play="~/...where you put it.../play-2.2.1/play".
  3. Download and install Java 7 SDK.

To run the project just execute play run. It normally runs on port 9000. http:localhost:9000/index should work.

database

  1. Install PostgreSQL, make sure it runs on port 5432.
  2. Use Postgres' commandline utility psql and issue command create database aal; there.
  3. Make sure user postgres has full access rights on database aal that you created in the previous step.

angular

  1. install nodejs, osx: brew install node, on ubuntu it's better to compile from source, the normal packages are pretty outdated.
  2. npm install -g bower to install bower
  3. inside aal/public/angular/ execute bower install to install all the needed frontend-packages you will have to repeat this everytime a new library is added.

The angular-page is currently at http://localhost:9000/index.html . Play must be running for this ;).

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.