Skip to content

Jach/lucid_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files to add after cloning:

phpserver/app/config/dbinfo.php:

<?php
// database connection info
$host = 'host';
$user = '';
$pass = '';
$database = '';
// server registration pass
$authpass = 'authpass';
?>

scripts/authpass.txt:

authpass

Recommended password generation service:
https://www.fourmilab.ch/hotbits/secure_generate.html

Run script scripts/update_adminui.sh from the scripts directory.

Put a cronjob to curl /invalidate_sessions every 5 minutes or so.

PHP dependencies: PHP 5.3

Script dependencies: Linux, wget, unzip, patch, curl, root privs

License: files under phpserver are covered by the GPLv3.
Anything else is covered under the WTFPL.
All source is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of their respective licenses,
see included COPYING files for details.

About

Project to get a lucidDB demo with the Admin UI interface up and running.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published