Giter Club home page Giter Club logo

oerworldmap's Introduction

Open Educational Resources (OER) World Map

Travis CI

For inital background information about this project please refer to the Request for Proposals.

Setup project

Setup Elasticsearch

Install Elasticsearch and its head plugin:

wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.6.deb
sudo dpkg -i elasticsearch-1.3.6.deb
sudo update-rc.d elasticsearch defaults 95 10
cd /usr/share/elasticsearch/
sudo bin/plugin -install mobz/elasticsearch-head

In our project, the elasticsearch settings are defined in application.conf. Accordingly, two values need to be specified in Elasticsearch's overall setup explicitly:

First, in elasticsearch.yml (usually around line 32), set:

cluster.name: oerworldmaps

(You will find elasticsearch.yml at /etc/elasticsearch/elasticsearch.yml on Ubuntu.) Start Elasticsearch by

sudo service elasticsearch start

Second, browse the elasticsearch head plugin by http://localhost:9200/_plugin/head/ --> tab "Indices" --> create a "New Index": "oerworldmap".

Run application

Download sbt, then

$ sbt run

Contribute

Coding conventions

Indent blocks by two spaces and wrap lines at 100 characters. For more details, refer to the Google Java Style Guide.

oerworldmap's People

Contributors

literarymachine avatar

Watchers

 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.