You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include realpath($installPath).DIRECTORY_SEPARATOR.'bin'.DIRECTORY_SEPARATOR.'boot.php';
echo 'Your new Cumula app is now ready at: '.realpath($installPath.DIRECTORY_SEPARATOR."..")."\n";
echo "Final Step: point your web server at ".realpath($installPath.DIRECTORY_SEPARATOR."..").DIRECTORY_SEPARATOR."app".DIRECTORY_SEPARATOR."public and visit http://localhost\n";