Changes between Version 25 and Version 43 of Ticket #11080
- Timestamp:
- 12/21/11 01:29:31 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11080
- Property Status changed from needs_review to positive_review
- Property Cc timdumol added
- Property Milestone changed from sage-4.8 to sage-5.0
-
Ticket #11080 – Description
v25 v43 1 1 This ticket tracks the progress to move the notebook to a flask/wsgi-based notebook. 2 3 '''spkg''':4 * http://sage.math.washington.edu/home/jason/twisted-11.0.0.spkg (from #11874)5 * http://sage.math.washington.edu/home/jason/sagenb-0.9.0.spkg (this includes all dependencies not already in Sage)6 7 '''apply''':8 * Apply the patch from #11078 to the normal sage repository9 2 10 3 Relevant code repository: http://code.google.com/r/jasongrout-flask-sagenb/ 11 4 12 '''Explicit instructions''' : Replace $SAGE_ROOT with the root sage directory5 '''Explicit instructions''' including dependencies (replace $SAGE_ROOT with the root sage directory): 13 6 {{{ 14 7 cd $SAGE_ROOT … … 22 15 }}} 23 16 17 '''spkg''': [http://sage.math.washington.edu/home/jason/sagenb-0.9.0.spkg] (this includes all dependencies not already in Sage)
