Changes between Version 43 and Version 75 of Ticket #11080
- Timestamp:
- 01/17/12 16:03:56 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11080
-
Property
Status
changed from
positive_review
toneeds_review
- Property Keywords sd35.5 added
-
Property
Dependencies
changed from
#11078, #11874
to#11078, #11874, #12229, #11503
-
Property
Priority
changed from
major
toblocker
-
Property
Status
changed from
-
Ticket #11080 – Description
v43 v75 1 1 This ticket tracks the progress to move the notebook to a flask/wsgi-based notebook. 2 2 3 Relevant code repository: http ://code.google.com/r/jasongrout-flask-sagenb/3 Relevant code repository: https://github.com/sagemath/sagenb 4 4 5 5 '''Explicit instructions''' including dependencies (replace $SAGE_ROOT with the root sage directory): 6 6 {{{ 7 7 cd $SAGE_ROOT 8 ./sage -f http://sage.math.washington.edu/home/jason/ twisted-11.0.0.spkg8 ./sage -f http://sage.math.washington.edu/home/jason/jmol-12.0.45.p3.spkg 9 9 ./sage -f http://sage.math.washington.edu/home/jason/sagenb-0.9.0.spkg 10 11 ./sage -hg qimport http://trac.sagemath.org/sage_trac/raw-attachment/ticket/11874/trac-11874-remove-twisted.patch 12 ./sage -hg qpush 13 14 ./sage -hg qimport http://trac.sagemath.org/sage_trac/raw-attachment/ticket/11503/trac-11503-jmol-spkg.patch 15 ./sage -hg qpush 16 10 17 cd devel/sage 11 18 ../../sage -hg qimport http://trac.sagemath.org/sage_trac/raw-attachment/ticket/11078/trac_11078.patch 12 19 ../../sage -hg qpush 20 21 ../../sage -hg qimport http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12229/trac-12229-sagenb-developer-doc.2.patch 22 ../../sage -hg qpush 23 24 ../../sage -hg qimport http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12229/trac-12229-manifest.patch 25 ../../sage -hg qpush 26 13 27 cd ../../ 14 28 ./sage -br