Commit Graph

16 Commits

Author SHA1 Message Date
Warren Volz
2c2e2c97e5 sync installer config template files, fix dbconf sample
- syncs config.php and database.php for installer with CI 3.1.6 versions
- syncs sample database config file with CI 3.1.6 (missed before)
2017-12-12 16:57:18 -07:00
Peter Goodhall
6832ec031d Added Features to allow SatPC32 to act as a Radio interface with Cloudlog
This required extra SQL so you'll need to run the SQL query.

ALTER TABLE `cat` ADD `downlink_freq` INT(11) NOT NULL AFTER `mode`, ADD
`uplink_freq` INT(11) NOT NULL AFTER `downlink_freq`, ADD
`downlink_mode` VARCHAR(255) NOT NULL AFTER `uplink_freq`, ADD
`uplink_mode` VARCHAR(255) NOT NULL AFTER `downlink_mode`, ADD
`sat_name` VARCHAR(255) NOT NULL AFTER `uplink_mode`;
2016-11-16 16:59:53 +00:00
Peter Goodhall
be26bf727b removed the contesting sql from install .sql file as its a defunk item 2016-02-18 17:32:46 +00:00
Peter Goodhall
6b8d1b4c78 Added missing config table 2016-01-04 14:54:45 +00:00
Peter Goodhall
ea6335fbf5 Added missing lotw and eqsl fields to sql files 2016-01-04 14:47:42 +00:00
Corby Krick
ca8b8e7eb8 Installer now detects the directory and URL for the installation and fills them in for you. 2013-04-29 16:44:22 -07:00
Corby Krick
b868695767 Changing table name to all caps. 2013-04-29 18:16:13 -05:00
Corby Krick
abdd42bfcc Getting rid of a couple place holder files from CodeIgniter 2013-04-22 19:01:49 -05:00
Corby Krick
de041bb6cd Adding the cat table 2013-04-21 13:48:36 -07:00
Corby Krick
00fbf8798e Installer now creates the database.php file. 2013-04-21 10:58:14 -07:00
Corby Krick
484fea42e7 Making the contacts table name all uppercase because the name is uppercase when HRD Logbook creates it. Also removing lotw_user_name and lotw_user_password from the users table, because we add it in later migrations via the migration scripts. 2013-04-21 10:32:09 -07:00
Corby Krick
5b56e9575e Adding two fields to the users table for LoTW username and password. We'll need an upgrade script to alter the table for existing installations. 2013-02-16 14:21:13 -06:00
Peter Goodhall
87b6a7c086 Trying to fix install error that it doesnt create demo user 2012-02-11 22:58:04 +00:00
Peter Goodhall
c039a758d2 Fixed error in the installer account password 2012-01-09 15:56:36 +00:00
Peter Goodhall
272b3e1380 Stopped Logged in session from expiring 2012-01-07 22:49:12 +00:00
Peter Goodhall
bc7bc4ff58 Includes install system just go to /install in the browser and follow the on screen instructions 2011-12-20 15:38:43 +00:00