Giter VIP home page Giter VIP logo

ep-psql's Introduction

EP - Visualization of scientic documents using Multidimensional Projection

Screenshots

Screenshot 1 Screenshot 1

Installation

  • Install Play! Framework:
    • Download and install Play! Framework: play
  • Install PostgreSQL :
    • Download and install PostgreSQL server: pgsql

Compile

  • Compile using Play! activator:
    • Enter into project directory, initialize activator and compile:
       $ cd ep-psql
       $ activator 
       [ep-psql] $ compile
    It will download all dependencies and compile the application.

Run application in Dev. mode

  • Launch application using activator:
    $ cd ep-psql
    $ activator
    [ep-psql] $ run

Application will start, usually at http://localhost:9000

DEPLOYING (FOR PRODUCTION ONLY)

Preparing for Deploy

  • Generating an application secret:
[ep-psql] $ playGenerateSecret
[info] Generated new secret: QCYtAnfkaZiwrNwnxIlR6CTfG3gf90Latabg5241ABR5W1uDFNIkn
[success] Total time: 0 s, completed 28/03/2014 2:26:09 PM
  • Using dist task:
[ep-psql] $ dist

This produces a ZIP file containing all JAR files needed to run your application in the target/universal folder of your application.

  • Running application:

Unzip the file located at target/universal and then run the script in the bin directory (on windows use .bat script):

$ unzip ep-psql-1.0-SNAPSHOT.zip
$ ep-psql-1.0-SNAPSHOT/bin/ep-psql -Dplay.crypto.secret=abcdefghijk

Replacing the application secret for your secret generated before.

For more information see: Play Documentation: Deploying your application

Free Software

ep-psql's People

Contributors

zedomel avatar

Stargazers

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