CC-1024 Update installation/build for webapp-only
CC-1695 Remove Campcaster Studio and make install easier Moved Desktop images to the wiki Moved everything in /bin to /install Included ui_browser.php from index.php instead of redirect. Added Input.php
This commit is contained in:
parent
8973b0b8d0
commit
dab1af1577
34 changed files with 206 additions and 68 deletions
22
install/install.py
Normal file
22
install/install.py
Normal file
|
@ -0,0 +1,22 @@
|
|||
// install dir
|
||||
// DB server
|
||||
// Database name
|
||||
// DB user
|
||||
// DB password
|
||||
// Apache group
|
||||
// postgres dir
|
||||
// postgres init script
|
||||
// Web root
|
||||
|
||||
Save this stuff to config file
|
||||
Run install.php
|
||||
Create/adjust directories
|
||||
|
||||
Move config values to INI file
|
||||
|
||||
// Setup dir structure (can it be setup that way in the first place?)
|
||||
// Check that the exe's exist
|
||||
// check apache group exists
|
||||
// install pg_hba.conf
|
||||
// create database
|
||||
//
|
Loading…
Add table
Add a link
Reference in a new issue