Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • build-env
  • bz2
  • portal
  • db-rlp09
  • proinfo_rlp09
  • v1.4.0
  • v1.3.13-buildpackage
  • v1.3.13-client
  • v1.3.12-buildpackage
  • v1.3.12-collect
  • v1.3.13-collect
  • v1.3.11-collect
  • v1.3.10-collect
  • v1.3.11-buildpackage
  • v1.3.10-client
  • v1.3.11-client
  • v1.3.12-client
  • v1.3.10-buildpackage
  • v1.2.0-buildpackage
  • v1.2.0-collect
  • v1.2.0-client
  • v1.1.1-buildpackage
  • v1.1.1-client
  • v1.1.1-collect
  • v1.1.0-client
26 results

web

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Eduardo L. Buratti authored
    Signed-off-by: default avatarEduardo L. Buratti <elb09@c3sl.ufpr.br>
    de31d014
    History
    Name Last commit Last update
    ..
    app
    conf
    project
    public
    reports
    .gitignore
    README
    proinfodata-web
    ===============
    
    
    Configuration
    -------------
    Copy the file "conf/application.conf.default" to "conf/application.conf" and
    then edit this file applying your own configuration.
    
    
    Deploy
    ------
    All you need is to run the following command:
    
    $ play dist
    
    The whole application will be packed into "dist/proinfodata-web-VERSION.zip".
    You can copy that into your server, unpack it and then run:
    
    $ sh start -Xms256M -Xmx1024m -Dhttp.port=8080 -Dhttp.address=127.0.0.1
    
    Note that the first two arguments set the ammount of memory used by the Java VM
    and the two remaining ones set the binding port and address.