~u5218464/schooltool-book/schooltool-book

« back to all changes in this revision

Viewing changes to i18n/hi/build/html/install-dev.html

  • Committer: Karun Agarwal
  • Date: 2014-05-22 10:02:44 UTC
  • Revision ID: u5218464@anu.edu.au-20140522100244-0lv39nttpudy41cp
added new branch to make translations for schooltool-book to hindi

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
2
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
 
 
4
 
 
5
<html xmlns="http://www.w3.org/1999/xhtml">
 
6
  <head>
 
7
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
8
    
 
9
    <title>Installing SchoolTool development release &mdash; The SchoolTool Book</title>
 
10
    
 
11
    <link rel="stylesheet" href="_static/flourish.css" type="text/css" />
 
12
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
 
13
    
 
14
    <script type="text/javascript">
 
15
      var DOCUMENTATION_OPTIONS = {
 
16
        URL_ROOT:    './',
 
17
        VERSION:     '2.1.1',
 
18
        COLLAPSE_INDEX: false,
 
19
        FILE_SUFFIX: '.html',
 
20
        HAS_SOURCE:  true
 
21
      };
 
22
    </script>
 
23
    <script type="text/javascript" src="_static/jquery.js"></script>
 
24
    <script type="text/javascript" src="_static/underscore.js"></script>
 
25
    <script type="text/javascript" src="_static/doctools.js"></script>
 
26
    <script type="text/javascript" src="_static/jquery.colorbox-min.js"></script>
 
27
    <script type="text/javascript" src="_static/flourish.js"></script>
 
28
    <link rel="shortcut icon" href="_static/favicon.ico"/>
 
29
    <link rel="author" title="About these documents" href="about.html" />
 
30
    <link rel="top" title="The SchoolTool Book" href="index.html" />
 
31
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin" />
 
32
 
 
33
  </head>
 
34
  <body>
 
35
<div class="schooltool">
 
36
  <div class="header">
 
37
    <h1 class="brand">
 
38
      <a href="http://www.schooltool.org/">
 
39
        <span class="school">school</span><span class="tool">tool</span>
 
40
        <img alt="Logo" src="_static/logo-small.png" />
 
41
      </a>
 
42
    </h1>
 
43
    <ul class="navigation">
 
44
      <li>
 
45
        <a href="http://schooltool.org/">
 
46
          Home
 
47
        </a>
 
48
      </li>
 
49
      <li>
 
50
        <a href="features.html">
 
51
          Features
 
52
        </a>
 
53
      </li>
 
54
      <li>
 
55
        <a href="http://launchpad.net/schooltool-project/+announcements">
 
56
          News
 
57
        </a>
 
58
      </li>
 
59
      <li>
 
60
        <a href="screenshots.html">
 
61
          Screenshots
 
62
        </a>
 
63
      </li>
 
64
      <li>
 
65
        <a href="system-requirements.html">
 
66
          Download
 
67
        </a>
 
68
      </li>
 
69
      <li>
 
70
        <a href="index.html">
 
71
          Documentation
 
72
        </a>
 
73
      </li>
 
74
      <li>
 
75
        <a href="about.html">
 
76
          Contact
 
77
        </a>
 
78
      </li>
 
79
    </ul>
 
80
    <script type="text/javascript">
 
81
      $(document).ready(function() {
 
82
        $(window).scroll(function() {
 
83
          var scrollTop = $(window).scrollTop();
 
84
          if (scrollTop > 64) {
 
85
            $('div.related').css('position', 'fixed');
 
86
            $('div.related').css('top', '0');
 
87
          } else {
 
88
            $('div.related').css('position', 'absolute');
 
89
            $('div.related').css('top', '64px');
 
90
          }
 
91
        });
 
92
      });
 
93
    </script>
 
94
    
 
95
    <div class="related">
 
96
      <h3>Navigation</h3>
 
97
      <ul>
 
98
        <li><a href="index.html">The SchoolTool Book</a> &raquo;</li> 
 
99
      </ul>
 
100
    </div>
 
101
<!-- Search Bar -->
 
102
<div id="search-box">
 
103
  <form class="search-form" id="google-appliance-search-form" method="get"
 
104
        accept-charset="UTF-8"
 
105
        action="search.html">
 
106
      <div>
 
107
        <div id="edit-keys-wrapper" class="form-item">
 
108
          <input type="text" class="form-text"
 
109
                 onfocus="if(this.value=='Type to search'){this.value=''}"
 
110
                 onblur="if(this.value==''){this.value='Type to search';}"
 
111
                 value="Type to search" size="20" id="edit-keys" name="q"
 
112
                 maxlength="255" />
 
113
            <input type="hidden" value="yes" name="check_keywords" />
 
114
            <input type="hidden" value="default" name="area" />
 
115
        </div>
 
116
        <img src="_static/arrow.png" class="form-submit"
 
117
             onclick="$(this).closest('form').submit()"
 
118
             style="cursor: pointer" />
 
119
      </div>
 
120
    </form>
 
121
  </div>
 
122
  <!-- End Search Bar -->
 
123
  </div>
 
124
  
 
125
 
 
126
    <div class="document">
 
127
      <div class="documentwrapper">
 
128
        <div class="bodywrapper">
 
129
          <div class="body">
 
130
            
 
131
  <div class="section" id="installing-schooltool-development-release">
 
132
<span id="install-dev"></span><h1>Installing SchoolTool development release<a class="headerlink" href="#installing-schooltool-development-release" title="Permalink to this headline">¶</a></h1>
 
133
<p>Current development release is available from <a class="reference external" href="https://launchpad.net/~schooltool-owners/+archive/dev">SchoolTool dev PPA</a>. Refer to the <a class="reference internal" href="release-notes.html#release-notes"><em>Release Notes</em></a> to see what&#8217;s new.</p>
 
134
<div class="section" id="add-schooltool-dev-ppa">
 
135
<h2>Add SchoolTool dev PPA<a class="headerlink" href="#add-schooltool-dev-ppa" title="Permalink to this headline">¶</a></h2>
 
136
<p>Open the <strong>Ubuntu Software Center</strong>.  Choose <strong>Edit &gt; Software Sources...</strong>  Click <strong>Other Software &gt; Add...</strong>, enter as the <strong>APT line</strong>:</p>
 
137
<div class="highlight-python"><div class="highlight"><pre>ppa:schooltool-owners/dev
 
138
</pre></div>
 
139
</div>
 
140
<p>And click <strong>Add Source</strong>.</p>
 
141
<blockquote>
 
142
<div><img alt="_images/usc-precise.png" src="_images/usc-precise.png" />
 
143
</div></blockquote>
 
144
<p>Then search for &#8220;SchoolTool&#8221; in the searchbox at upper right in the Software Center and click <strong>Install</strong> next to the SchoolTool entry.</p>
 
145
<blockquote>
 
146
<div><img alt="_images/usc-schooltool.png" src="_images/usc-schooltool.png" />
 
147
</div></blockquote>
 
148
<p>Or, using the command line:</p>
 
149
<div class="highlight-python"><div class="highlight"><pre>$ sudo add-apt-repository ppa:schooltool-owners/dev
 
150
$ sudo apt-get update
 
151
</pre></div>
 
152
</div>
 
153
<p>Then install the <tt class="docutils literal"><span class="pre">schooltool</span></tt> package:</p>
 
154
<div class="highlight-python"><div class="highlight"><pre>$ sudo apt-get install schooltool
 
155
</pre></div>
 
156
</div>
 
157
<p>After installation, the schooltool server will be started at
 
158
<a class="reference external" href="http://localhost:7080">http://localhost:7080</a>. See <a class="reference internal" href="remote.html#remote"><em>Accessing SchoolTool from Other Computers</em></a>.</p>
 
159
</div>
 
160
</div>
 
161
<div class="section" id="daily-builds">
 
162
<span id="daily"></span><h1>Daily builds<a class="headerlink" href="#daily-builds" title="Permalink to this headline">¶</a></h1>
 
163
<p>Packages are built daily from the trunk series of the actively developed
 
164
projects. They are available for testing from the <a class="reference external" href="https://launchpad.net/~schooltool-owners/+archive/trunk">SchoolTool trunk PPA</a>:</p>
 
165
<div class="highlight-python"><div class="highlight"><pre>$ sudo add-apt-repository ppa:schooltool-owners/trunk
 
166
</pre></div>
 
167
</div>
 
168
</div>
 
169
 
 
170
 
 
171
          </div>
 
172
        </div>
 
173
      </div>
 
174
      <div class="sphinxsidebar">
 
175
        <div class="sphinxsidebarwrapper">
 
176
  <h3><a href="index.html">Table Of Contents</a></h3>
 
177
  <ul>
 
178
<li><a class="reference internal" href="#">Installing SchoolTool development release</a><ul>
 
179
<li><a class="reference internal" href="#add-schooltool-dev-ppa">Add SchoolTool dev PPA</a></li>
 
180
</ul>
 
181
</li>
 
182
<li><a class="reference internal" href="#daily-builds">Daily builds</a></li>
 
183
</ul>
 
184
 
 
185
        </div>
 
186
      </div>
 
187
      <div class="clearer"></div>
 
188
    </div>
 
189
  <div class="footer">
 
190
    <p class="copyright">
 
191
        &copy; Copyright 2014, the Shuttleworth Foundation.  This work is licensed under the Creative Commons Attribution 3.0 Unported License.
 
192
    </p>
 
193
    <p>
 
194
      Last updated on May 22, 2014.
 
195
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.2.
 
196
    <a href="_sources/install-dev.txt"
 
197
             rel="nofollow">Show Source</a>
 
198
    </p>
 
199
  </div>
 
200
</div>
 
201
  </body>
 
202
</html>
 
 
b'\\ No newline at end of file'