Differences between revisions 11 and 13 (spanning 2 versions)
Revision 11 as of 2011-02-03 17:36:07
Size: 1264
Editor: jason
Comment:
Revision 13 as of 2011-02-03 17:43:32
Size: 1600
Editor: jason
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
    * DrakeSageGroup webpage     * [[DrakeSageGroup|DrakeSageGroup webpage]]
Line 21: Line 21:
    * install Python, mercurial, mongodb, necessary python modules     * install Sage or [[http://www.python.org/|Python]], [[ipython|http://ipython.scipy.org/moin/]], [[http://mercurial.selenic.com/|mercurial]]
    * install [[http://www.mongodb.org/|mongodb]]
    * install PyMongo and Flask python modules:
{{{
# from within python
from setuptools.command import easy_install
easy_install.main(["flask"])
easy_install.main(["pymongo"])
}}}

Drake Sage Group

This page documents activities of the Drake University Sage group.

Our initial work is on a single-cell compute server, which basically is a webpage that can execute an arbitrary block of Sage code.

For more information, please contact Jason Grout at jason#[email protected] (replace the # with a .)

03 Feb 2010

Meet in Howard Hall 308 at 2pm (room reserved from 1:30-3, so come early if you want).

Agenda

# from within python
from setuptools.command import easy_install
easy_install.main(["flask"])
easy_install.main(["pymongo"])
  • configure mercurial
  • Google code accounts
  • fork simple-db-compute repository
  • First goal of project
    • add a "compute id" that is returned to the user. The answers page then queries for just that computation's result.

DrakeSageGroup (last edited 2011-04-28 12:00:59 by jason)