Git Product home page Git Product logo

workshop-hr-inf's Introduction

Workshop HR - Informatica

Code base for a workshop to introduce potential new students to computer science at Hogeschool Rotterdam.

Prerequisites

This workshop needs the following programming languages to be available:

  • Ruby v2+
  • Haskell (GHC v7.8+, Cabal v1.18+)

To install all ruby dependencies for this workshop we use Bundler. To install Bundler run the following command:

gem install bundler

To save the minimal data that is needed for the workshop Sqlite3 is used. To install Sqlite run the following command:

sudo apt-get install sqlite3 libsqlite3-dev

To use version control we used Git. To install Git run the folloing command:

sudo apt-get install git

After installing Git this workshop can be cloned to your computer using the following command:

git clone https://github.com/matsrietdijk/workshop-hr-inf.git

Setup

To setup this workshop from scratch run te following commands:

git clone https://github.com/matsrietdijk/workshop-hr-inf.git workshop
cd workshop

Running the applications

To preview the default applications the applications should be run. Both applications can be visited on http://0.0.0.0:4567 when running. Because both use the same port only one application can be active at a time.

Running the Ruby application

To run the Ruby application the following commands should be executed from the projects root directory:

cd ruby
bundle install
ruby app.rb

Running the Haskell application

To run the Haskell application the following commands should be executed from the projects root directory:

cd haskell
cabal install
runhaskell app.hs

workshop-hr-inf's People

Contributors

matsrietdijk avatar tolgap avatar

Watchers

 avatar  avatar  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.