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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How exactly to preparing the requirement to install this application? I've tried several times to install, but was never succeeded...
Check the
Install the default demo instancein 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-ebsClick the logo which redirects you to the application setup section.
Sign-in with user 'admin' and password 'admin' then follow on-screen instructions.
*Attila Mathe
can you share installation guide for version 2.0 build 111 with oracle.
startup hangs after loading module.