User Tools

Site Tools


stats:proc:createemptystats

This is an old revision of the document!


Create Empty Stat System

createEmptyStats() {
  remove /stats; # procedures only operate on valid documents, so we have to get rid of "whatever was there" before
  insert / 
    <stats revision="0">
      <accounts>
        <account username="admin" lastName="admin" firstName="admin" email="admin@stats.system" password="some hash of 'admin'">
          <admin />
        </account>
      </accounts>
      <exercises />
      <exams />
    </stats>;
}
stats/proc/createemptystats.1336731276.txt.gz · Last modified: 2012/05/11 12:14 by Patrick Michel