forked from nbproject/nbproject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
62 lines (43 loc) · 2.37 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
********************************************************************************
*** NB Server and various client user interfaces
*** http://nb.mit.edu
*** Developed in part of the Haystack group http://groups.csail.mit.edu/haystack/
*** Copyright (c) 2010-2012 Massachusetts Institute of Technology.
*** code released under the MIT License
*** (cf. MIT-LICENSE.txt or http://www.opensource.org/licenses/mit-license.php)
*** Contact: <nb-team@csail.mit.edu>
*** Authors: cf AUTHORS file in this directory
********************************************************************************
cf INSTALL for installation instructions.
The NB server is meant to be run as a Django app on a Django-enabled
Apache server. For development only, you can also run it as a standalone
application, using the embedded Django development server.
Startup instructions:
1- On a Django-enabled Apache server
Make sure that your Apache configuration file (httpd.conf for instance)
has the following line
WSGIScriptAlias / $(PATH_TO_NB)/servers/apache/django.wsgi
where $(PATH_TO_NB) refers to to location of the nb directory.
2- Using the embedded django development server
(for development / debug purposes only)
cd $(PATH_TO_NB)/servers
python manage.py runserver
Thanks for your interest in NB!
Please keep in mind that...
- NB comes without any kind of warranty!
- NB wasn't designed to be particularly secure
(don't use it to store confidential information!)
- NB is an active research project that *** NEEDS YOUR PARTICIPATION ***.
So, how can you participate?
1- Contact us (nb-team@csail.mit.edu) to donate (some of) your annotations:
If you setup an NB server, please, consider granting us read access to
(part of) your NB database (email nb-team@csail.mit.edu). This is VITAL
so we can so we can use the notes for our research (extract statistics,
look at themes of annotations, and usage patterns, see how usage habits
change when feature X is being introduced). Of course, we will need to
ask users their permission in order to be able to use quotes from their
notes in any kind of published research (and if anything gets published,
it will be anonymized), in accordance with the COUHES protocol:
http://web.mit.edu/committees/couhes/
2- Add features and fix bugs:
https://github.com/nbproject/nbproject