Differences

This shows you the differences between two versions of the page.

Link to this comparison view

admin:admin_notes [2014/07/09 13:34]
tsccor5 created
admin:admin_notes [2014/07/09 13:53] (current)
tsccor5
Line 2: Line 2:
  
 These notes are for the TSCC web / wiki administrator to provide some continuity. ​ For privacy and security admin notes should all be placed in the "​admin"​ namespace. ​ Access to the "​admin"​ namespace will only be granted to wiki admin users. These notes are for the TSCC web / wiki administrator to provide some continuity. ​ For privacy and security admin notes should all be placed in the "​admin"​ namespace. ​ Access to the "​admin"​ namespace will only be granted to wiki admin users.
 +
 +===== Web Hosting Admin =====
 +
 +<​code>​
 +https://​secure1.inmotionhosting.com/​index/​login
 +
 +login    : brad@edgeconsultingandsales.com
 +password : Ask the current admin!
 +</​code>​
 +
 +===== DocuWiki Notes =====
 +
 +<​code>​
 +Path : /​home/​tsccor5/​public_html/​wiki
 +URL : http://​tscc.org/​wiki
 +Admin Username : tsccor5
 +Admin Password : gdpspace*1
 +Admin Email: bob.baggerman@gatech.edu
 +</​code>​
 +
 +===== OpenDocMan Notes =====
 +
 +<​code>​
 +Path : /​home/​tsccor5/​public_html/​OpenDocMan
 +URL : http://​tscc.org/​OpenDocMan
 +Admin URL : http://​tscc.org/​OpenDocMan/​admin.php
 +Data Directory : /​home/​tsccor5/​odmdata
 +Admin Username : tsccor5
 +Admin Password : gdpspace*1
 +Admin Email: admin@tscc.org
 +MySQL Database : tsccor5_odm534
 +MySQL DB User : tsccor5_odm534
 +MySQL DB Host : localhost
 +MySQL DB Password : S869P(lR5.
 +Update Notification : Enabled
 +Auto Upgrade : Disabled
 +Automated Backups : Disabled
 +Time of Installation : February 20, 2014, 2:47 pm
 +
 +Users
 +-----
 +
 +Admin Username : tsccor5
 +Admin Password : gdpspace*1
 +
 +readonly / readonly
 +rradmin ​ / rradmin
 +rrreview / rrreview
 +</​code>​
 +
 +===== eXtplorer Notes =====
 +
 +<​code>​
 +Path : /​home/​tsccor5/​public_html/​files
 +URL : http://​tscc.org/​files
 +Admin URL : http://​tscc.org/​files/​index.php ​
 +Admin Username : tsccor5 ​
 +Admin Password : gdpspace*1 ​
 +Update Notification : Enabled ​
 +Auto Upgrade : Disabled ​
 +Automated Backups : Disabled ​
 +Time of Installation : March 4, 2014, 12:06 pm
 +http://​tscc.org/​OpenDocMan/​out.php
 +
 +tsccor5 ​ / gdpspace*1 ​
 +readonly / readonly
 +
 +Change include/​init.php"​
 +  $GLOBALS['​home_dir'​] = !empty( $_SERVER['​DOCUMENT_ROOT'​] ) ? $_SERVER['​DOCUMENT_ROOT'​] : '​.';​
 +to:
 +  $GLOBALS['​home_dir'​] = '/​my/​real/​homepath';​
 +  $GLOBALS['​home_dir'​] = '/​home/​tsccor5/​files';</​code>​