Menu

Installation Guide

2012-12-24
2015-04-30
  • Jhoni Torino

    Jhoni Torino - 2012-12-24

    How exactly to preparing the requirement to install this application? I've tried several times to install, but was never succeeded...

     
  • attila mathe

    attila mathe - 2012-12-24

    Check the Install the default demo instance in the installation guide included in the distribution package.

    Basically , using Mysql as database create a db and user:

    mysql>CREATE DATABASE dnet_demo CHARACTER SET utf8;
    mysql>CREATE USER dnet_demo IDENTIFIED BY 'dnet_demo';
    mysql>GRANT ALL PRIVILEGES ON dnet_demo.* TO 'dnet_demo'@'%' IDENTIFIED BY 'dnet_demo';
    mysql>exit;

    then:

    Go to virgo-tomcat-server-xxx/bin folder and double-click the startup.bat .
    It opens a console window showing the steps performed during startup. Wait to finish (console should print a line with nan21.dnet.modules.plan started) then go to your browser and type in the adress bar: http://localhost:8081/dnet-ebs
    Click the logo which redirects you to the application setup section.

    Sign-in with user 'admin' and password 'admin' then follow on-screen instructions.

     
  • Mehdi Raza

    Mehdi Raza - 2013-11-28
    Post awaiting moderation.
  • Waseef

    Waseef - 2015-04-30

    *Attila Mathe
    can you share installation guide for version 2.0 build 111 with oracle.
    startup hangs after loading module.

     

Log in to post a comment.

MongoDB Logo MongoDB