Difference between revisions of "Log"

From Wiki2
Line 1: Line 1:
3/22/16
3/21/16
3/21/16
*TODO find what's running on forever and write a config.json that i can find someday
*TODO find what's running on forever and write a config.json that i can find someday

Revision as of 12:36, 22 March 2016

3/22/16

3/21/16

  • TODO find what's running on forever and write a config.json that i can find someday
  • tmstack/token-auth-server shows git log of last commit Sept 25 2015
  • viable token-auth-server running on /var/www/token-auth-server/server.js of sitebuilt.net
  • forever doesn't tell you shit about whats running unless you point it to a .json
  • in the pursuit of timers on the wemos I am back to the server.
    • the plan is to have wemos know the time every day or on every boot
    • it needs to ask the server to accesses the database and use the device timezone record to determine the current time at the device.
    • might as well extend the mongo registration process and add to its records.
    • where is the latest reg software?

10/24/10

  • sidetracked to passing additional info in autocomplete - see jquery here

9/4/10

8/29/10

Janrain Engage account is setup https://rpxnow.com/relying_parties/pathboston

  • set up in pathboston.com/login with rpx.html which links to the rpx site which sends back to rpx.php the user info

all on localhost/hosted/assess hay:

  • Mysql stuff for vocab, glossary, quiz and sources/topic/unit/courses has bee changed from flat files to relational
  • vocabgrab and vocabgrid are done, both use Jquery autocomplete
  • wikiquiz/wiki2db is done and uses Jquery autocomplete with multiple entries

some notes

8/18/10 - recreating hosted/ajax/grid with vocab data in /hosted/ajax/grid1

  • xsl needs to be forced to refresh - in firefox use developers tools to miscel/clear data/cache

5/20/10

=ImportHtml("http://en.wikipedia.org/wiki/Demographics_of_India"; "table";4). This function returns demographic information for the population of India.

5/15/10

  • move everything to serve /forms/quiz wiki2db, db2xml, gloss2db glossdb2quizlet
  • /quiz/glossary2db /vocab/2quizlet/glossdb2quizlet
  • to DROP VIEW badview use command line: phpmyadmin thinks views are tables,
  • mysql --user=pathbost_tim --password=nji9ol pathbost_assess

5/2/10 - now turn quiz xml into eggcode and wiki code using xsl

5/1/10

4/23-25/10 - working on moving wikiquizzes to db /code/quiz/wiki2db.html and ,php

SELECT quiz.tname, quiz.unit, questions.question, qanswers.answer, qanswers.iscorrect
FROM quiz
LEFT JOIN questions ON quiz.tid = questions.tid
LEFT JOIN qanswers ON questions.qid = qanswers.qid

  • am filling the database, 2quizzes in mamp db, ready to pull to xml
  • https://www.ohloh.net/ timmck gmail 6j
  • you can't really move wuff quizzes unless you disable .htaccess
  • LOG ERRORS: MAC: sudo tail -f /Applications/MAMP/logs/php-error.log SERVER sudo tail -f /var/logs/php-error.log
  • LOG ERRORS: linux # tail -f /var/log/messages
  1. less /var/log/messages
  2. more -f /var/log/messages