mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 08:56:27 +02:00
Fix rights, add confs apache, add prototype of systemd confs, add scripts to start and stop raspisms
This commit is contained in:
parent
aa3189bfaa
commit
89d786a730
45 changed files with 95 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
/*
|
||||
* Define Descartes env
|
||||
*/
|
||||
$http_dir_path = ''; //Path we need to put after servername in url to access app
|
||||
$http_dir_path = '/raspisms'; //Path we need to put after servername in url to access app
|
||||
$http_protocol = (isset($_SERVER['HTTPS']) ? 'https' : 'http') . '://';
|
||||
$http_server_name = isset($_SERVER['SERVER_NAME']) ? $_SERVER['SERVER_NAME'] : 'localhost';
|
||||
$http_server_port = isset($_SERVER['SERVER_PORT']) ? ($_SERVER['SERVER_PORT'] == 80) ? '' : ':' . $_SERVER['SERVER_PORT'] : '';
|
||||
|
|
0
descartes/exceptions/DescartesException404.php
Normal file → Executable file
0
descartes/exceptions/DescartesException404.php
Normal file → Executable file
0
descartes/exceptions/DescartesExceptionConsoleInvocationError.php
Normal file → Executable file
0
descartes/exceptions/DescartesExceptionConsoleInvocationError.php
Normal file → Executable file
0
descartes/exceptions/DescartesExceptionRouterInvocationError.php
Normal file → Executable file
0
descartes/exceptions/DescartesExceptionRouterInvocationError.php
Normal file → Executable file
0
descartes/exceptions/DescartesExceptionRouterUrlGenerationError.php
Normal file → Executable file
0
descartes/exceptions/DescartesExceptionRouterUrlGenerationError.php
Normal file → Executable file
0
descartes/exceptions/DescartesExceptionSqlError.php
Normal file → Executable file
0
descartes/exceptions/DescartesExceptionSqlError.php
Normal file → Executable file
0
descartes/exceptions/DescartesExceptionTemplateNotReadable.php
Normal file → Executable file
0
descartes/exceptions/DescartesExceptionTemplateNotReadable.php
Normal file → Executable file
0
descartes/load-environment.php
Normal file → Executable file
0
descartes/load-environment.php
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue