Difference between revisions of "PKC/Output"

From PKC
Jump to navigation Jump to search
 
Line 1: Line 1:
#A localized instance of Personal Knowledge Container, which can be accessed on [http://localhost:9352 localhost].
#A localized instance of Personal Knowledge Container, which can be accessed on [http://localhost:9352 localhost].
#Every 30 minutes, all the changes you made to your local instance of MediaWiki will be automatically backed up to the directory's [https://code.pkc-dev.org/ "backup/"] sub-directory.
#Given a configurable regular interval, all the changes you made to your local instance of MediaWiki will be automatically backed up to the directory's [https://code.pkc-dev.org/ "backup/"] sub-directory.
#The textual content stored in MediaWiki's database can will be stored in an XML file: XLPLATEST.xml
#The textual content stored in MediaWiki's database can will be stored in an XML file: XLPLATEST.xml
#All the uploaded files, assuming the file names are accepted by the host operating system, will be dumped to the "backup/MediaFile/" sub-directory.
#All the uploaded files, assuming the file names are accepted by the host operating system, will be dumped to the "backup/MediaFile/" sub-directory.

Latest revision as of 09:58, 21 February 2022

  1. A localized instance of Personal Knowledge Container, which can be accessed on localhost.
  2. Given a configurable regular interval, all the changes you made to your local instance of MediaWiki will be automatically backed up to the directory's "backup/" sub-directory.
  3. The textual content stored in MediaWiki's database can will be stored in an XML file: XLPLATEST.xml
  4. All the uploaded files, assuming the file names are accepted by the host operating system, will be dumped to the "backup/MediaFile/" sub-directory.
  5. New applications and data processing patterns can be defined by Data Flow
  6. Please carefully read Explaining LocalSettings.php to see how the MediaWiki is being set up.

References