* @license licenses/mind3rd.license * * This file will perform the instalation of the system through the browser. * The source code will still get more beautiful, the focus now was to set * it to work in bouth Windows and Unix based Operational Systems. * * For now, Windows does not have support for readline lib with PHP, what * forces us to use it *only* via HTTP on Windows. */ ?>
";
Setup::install();
echo " PHP 5.3+
";
echo "
SQLite3 support
";
/*
if(!Setup::$readLlineOk)
{
if(Setup::getSO() != 'WIN')
{
echo "
ReadLine";
$tip= "If you will not use the application through command line, but only via HTTP
";
$tip.= "this lib is not required. Once the application is installed you can access it using the HTTP protocol";
echo "
Write permissions in '".getcwd()."/mind3rd/projects/' to the user '".trim(shell_exec('whoami'))."'
";
echo "
Write permissions in '".getcwd()."/mind3rd/SQLite/' to the user '".trim(shell_exec('whoami'))."'
";
echo "
Write permissions in '".getcwd()."/mind3rd/API/' to the user '".trim(shell_exec('whoami'))."'
";
if(Setup::databaseAlreadyExists())
{
echo "
Database already exists! It will *NOT* be replaced or even touched.
If you are trying to reinstall the system, consider removing the file
mind3rd/SQLite/mind(the database itself...all the old projects will be lost, them) and then
try to re-installing the application.
";
}
echo "";
if(Setup::getSO() == 'WIN')
{
echo "