个人工具

“UbuntuHelp:CanDo”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/CanDo}} {{Languages|UbuntuHelp:CanDo}} === Introduction === ''CanDo is an online application that allows teachers and administrators to track stu...)
 
 
(未显示同一用户的5个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/CanDo}}
 
{{From|https://help.ubuntu.com/community/CanDo}}
 
{{Languages|UbuntuHelp:CanDo}}
 
{{Languages|UbuntuHelp:CanDo}}
 
+
<<Include(Tag/NeedsExpansion)>>
=== Introduction ===
+
CanDo is a competency tracking application built as part of the [[UbuntuHelp:SchoolTool|SchoolTool]] school information system. More information on [[UbuntuHelp:SchoolTool|SchoolTool]] can be found at http://schooltool.org and on CanDo at http://cando.schooltool.org
''CanDo is an online application that allows teachers and administrators to track student acquisition of competencies during a course. Using a database of competencies which students are expected to acquire, teachers can use CanDo to track and manage student progress in meeting their competency goals.''
+
 
+
=== Package installation ===
+
 
+
CanDo requires an external repository be added to your [[UbuntuHelp:Repositories]] list, as well as Multiverse.
+
 
+
==== Step 1: Repositories ====
+
Enable the Universe and Multiverse repositories.
+
 
+
You will also need to add this line to your sources.list:
+
 
+
<pre><nowiki>
+
deb ftp://ftp.schooltool.org/pub/schooltool/archives/cando breezy main
+
</nowiki></pre>
+
 
+
Read the [[UbuntuHelp:Repositories]] wiki page for further help on this step.
+
 
+
At the time of writing, there are no specific packages for dapper, but the breezy packages should work.
+
 
+
==== Step 2: Install Files ====
+
 
+
There are five packages that need to be installed. They are <code><nowiki>ssh</nowiki></code>, <code><nowiki>msttcorefonts</nowiki></code>, <code><nowiki>ca-certifications</nowiki></code>, <code><nowiki>xpdf</nowiki></code>, and <code><nowiki>cando</nowiki></code>. To install via command line, issue the following:
+
<pre><nowiki>
+
# sudo apt-get install ssh msttcorefonts ca-certifications xpdf cando
+
</nowiki></pre>
+
 
+
'''NOTE:''' ''Refer to the Post-installation information at the bottom of this page.''
+
 
+
=== Subversion Installation ===
+
The following is a brief tutorial on how to install Can``Do``2006 via the School``Tool svn repository. This tutorial will be done via the command line in a terminal window.
+
 
+
==== Step 1: Install Necessary Files ====
+
In order to install via the subversion repository, the following packages need to be installed:
+
<pre><nowiki>
+
# sudo apt-get install subversion gcc libc6-dev make python-dev python2.4-libxml2 python2.4-imaging
+
</nowiki></pre>
+
 
+
==== Step 2: Prepare the CanDo Directory ====
+
For this tutorial, we will be installing Can``Do``2006 into the users <code><nowiki>~/</nowiki></code> home directory. The following commands will download the necessary source files into the <code><nowiki>~/cando2006</nowiki></code> directory:
+
<pre><nowiki>
+
# cd ~/
+
# svn co http://svn.schooltool.org/cando/trunk cando2006
+
</nowiki></pre>
+
 
+
==== Step 3: Install CanDo ====
+
The following commands will install Can``Do``2006:
+
<pre><nowiki>
+
# cd ~/cando2006
+
# make
+
# cd SchoolTool
+
# make
+
</nowiki></pre>
+
 
+
=== Post-installation information ===
+
The CanDo server runs on <code><nowiki>localhost:7280</nowiki></code>. This means it is running on the local computer at port 7280. In order to log onto the server, use username ''manager'' and password ''schooltool''.
+
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 21:49的最新版本

<<Include(Tag/NeedsExpansion)>> CanDo is a competency tracking application built as part of the SchoolTool school information system. More information on SchoolTool can be found at http://schooltool.org and on CanDo at http://cando.schooltool.org