one thing about the console you must do that isnt in the original instructions (in some reply posts tho):
in console: type "rm /etc/sysconfig/network-scripts/ifcfg-eth1" that will remove an unneccesary file that just causes problems.
Then go to: "nano /etc/table.xml" add the password that you put in when installing MSSQL
!-- MSSQL -->
driver name="com.microsoft.jdbc.sqlserver.SQLServerDriver "/>
connection name="auth0" poolsize="8" url="jdbc:microsoft:sqlserver://dbserver:1433;databasename=dbo"
username="sa" password="
THEPASSYOUSETINMSSQL"/>
F2 -> Y -> Enter
Add the same pass here:
"nano /opt/lampp/htdocs/register/core.php"
look for:
$ADMIN_PASS = "
THEPASSYOUSETINMSSQL";
F2 -> Y -> Enter
Then if you didnt do yet, change the pre-set IP to your own local IP:
"nano /etc/hosts"
change 172.20.13.16 to whatever you IP is and hit F2 -> Y -> Enter
that solved my problems since i couldnt access reg page (

which you type in any browser after starting the server)
to start server use command:
"./start.sh"
Choose the command you want from the ones that appeared on the list.
that should do and you have it set up ^^
This isnt all you do, remember to follow the instructions kvait made closely.