IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of MainPageBeta


Ignore:
Timestamp:
Feb 24, 2009, 4:23:57 PM (17 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MainPageBeta

    v1 v1  
     1== Welcome to the IPP Wiki ==
     2
     3'''This is the old Main Page Beta version and should not be edited or linked-to.  Keep for future tests.'''
     4
     5Here we have information about what the IPP is and how the use it; tools for the IPP developers and the production system being used by PS1.  We also have examples links to other types of documentation in the IPP Pan-STARRS web pages.
     6
     7 * [wiki:IPP_Description IPP Description]
     8 * [wiki:IPP_Installation IPP Installation]
     9 * [wiki:Software_Development Software Development]
     10 * [wiki:Talks_and_Meetings Talks and Meetings]
     11 * [wiki:IPP_for_PS1 IPP for PS1]
     12 * [wiki:Data_Analysis_Examples Data Analysis Examples]
     13
     14 * Odds and Ends : Fix or File These
     15  * [wiki:Documentation Documentation on this wiki]
     16  * [wiki:Examples Examples]
     17  * [wiki:Announcements Announcements] (nearly empty -- drop)
     18  * [wiki:MainPageOld Old Main Page]
     19
     20 * Notes (move to another page?)
     21  * mysql can fill up its disk with log files.  It is easy to flush the files if this happens:
     22 mysql> flush logs;
     23 mysql> reset master;
     24It is also possible to limit the max size.  See discussion on [http://legroom.net/2008/06/29/flush-and-reset-mysql-binary-logs this site].