分页: 1 / 1

无比强大的学校管理软件:SchoolTool

发表于 : 2009-07-23 12:28
fujianwzh
在 Ubuntu 上安装 SchoolTool

翻译自英文网页:http://book.schooltool.org/htmlhelp/install.html

在可预见的未来,我们仅支持部署在 Ubuntu Linux(目前有 Hardy、Intrepid 和 Jaunty版本)

1. 添加 SchoolTool PPA 源到你的软件源。

或者手动编辑 /etc/apt/sources.list,或转到 系统 菜单,系统管理 并选择 软件源,选择 第三方软件 标签。

添加这些行:

如果你运行Jaunty:

代码: 全选

deb http://ppa.launchpad.net/schooltool-owners/ubuntu jaunty main
deb-src http://ppa.launchpad.net/schooltool-owners/ubuntu jaunty main
如果你运行Intrepid:

代码: 全选

deb http://ppa.launchpad.net/schooltool-owners/ubuntu intrepid main
deb-src http://ppa.launchpad.net/schooltool-owners/ubuntu intrepid main
如果你运行Hardy:

代码: 全选

deb http://ppa.launchpad.net/schooltool-owners/ubuntu hardy main
deb-src http://ppa.launchpad.net/schooltool-owners/ubuntu hardy main
screenshot_001.png
2. 为系统添加SchoolTool-Owner PPA源的数字密钥

此步骤可确保您获取的是 SchoolTool 官方版本,这样:
你可下载到由 Launchpad 所构建的未被改动的包;
你可从 PPA 下载你想要的。
这样之后,打开一个终端: 转到 应用程序 > 附件 > 终端 并运行如下命令:

代码: 全选

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com c95c0e19386b7051
安装密钥的完整指导请参阅 Launchpad Help (英文)

1. 更新软件列表

或者在终端输入 sudo apt-get update ,如果你已安装新立得软件包管理器 ,转到 系统 > 系统管理 > 新立得软件包管理器,运行并单击 刷新

2. 安装 schooltool-2009

或者在终端输入 sudo apt-get install schooltool-2009 (并在随后的问题回答“y”),或者在新立得搜索“schooltool-2009”,选中安装并单击 应用 。如果新立得没有显示请尝试用终端。

如果一切顺利,许多,许多小的Zope组件将被安装,你将拥有运行在 http://localhost:7080 的 SchoolTool 服务。 如果这无法工作,试试 http://127.0.0.1:7080

默认用户名 “manager” 默认密码是 “schooltool”。

一些截图:
screenshot_002.png
screenshot_003.png

Re: 无比强大的学校管理软件:SchoolTool

发表于 : 2009-07-23 12:46
lerosua
这软件是干嘛用的啊...

Re: 无比强大的学校管理软件:SchoolTool

发表于 : 2009-07-23 21:40
weive
SchoolTool is free administrative software for schools around the world. The goals of the project are to create a simple turnkey student information system, including demographics, gradebook, attendance, calendaring and reporting for primary and secondary schools, as well as a framework for building customized applications and configurations for individual schools or states.

感觉就像编程里面的学生信息系统……

Re: 无比强大的学校管理软件:SchoolTool

发表于 : 2009-07-23 22:17
mymathersname
了解ing……

Re: 无比强大的学校管理软件:SchoolTool

发表于 : 2009-07-23 22:24
eexpress
lerosua 写了:这软件是干嘛用的啊...
嗯。应该继续发帖说明。

Re: 无比强大的学校管理软件:SchoolTool

发表于 : 2009-07-23 23:05
steley

代码: 全选

* Starting SchoolTool 2009...                                                        Traceback (most recent call last):
  File "/usr/bin/paster", line 17, in <module>
    from paste.script import command
ImportError: No module named paste.script
                                                                               [fail]
怎么解决!