From b4371ef0d96605187b7474e7e4844dbebab67d8b Mon Sep 17 00:00:00 2001 From: Lei Yan Date: Wed, 8 May 2013 22:16:26 +0000 Subject: Worked on correlation page Wrote function in dataset.py that gets all the traits in a dataset and their sample values --- misc/notes.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'misc') diff --git a/misc/notes.txt b/misc/notes.txt index 6bdcccf3..4e478345 100644 --- a/misc/notes.txt +++ b/misc/notes.txt @@ -82,9 +82,8 @@ export TERM=screen To search for commands in history if necessary: history | grep "(whatever is being searched for)" -Run web server: -/usr/local/nginx/sbin/nginx -/usr/sbin/nginx +Reload web server: +/usr/sbin/nginx -s reload Run server: python runserver.py -- cgit v1.2.3