Difference between revisions of "Log"
From Wiki2
Line 1: | Line 1: | ||
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 | ||
*tmstack/token-auth-server shows git log of last commit Sept | *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 | *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 | *forever doesn't tell you shit about whats running unless you point it to a .json |
Revision as of 10:36, 22 March 2016
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
- https://rpxnow.com/relying_parties/pathboston cool login stuff now at /login
- http://www.binaryhexconverter.com/binary-ascii-characters-table weird ascii codes
- grid.xsl is morphing so that it can take all the xml like GET_LIST and FEED_GRID_PAGE but only produce output for the one coming in
- currently working in hosted/vocab/grid1.1
- in mac terminal xsltproc some.xsl some.xml (-o outxml doesn't work right) transforms the xml.
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
- a working example http://localhost:8888/vocab/grid/vocab.xml
5/1/10
- created nested xml from multiple tables
- have wiki question data in db, now need phpdom functions to create nested xml from multiple tables http://www.tonymarston.net/php-mysql/dom.html
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
- less /var/log/messages
- more -f /var/log/messages
- firePHP enabled IT HAS TO BE CHECKED, ob_start(); HAS TO BE THERE Sobe video has to be off
- forum http://www.firephp.org/HQ/Support/Community.htm gmail 6j timmck