Project

General

Profile

« Previous | Next » 

Revision 4009

Added by walbridge almost 16 years ago

Updated registry instructions to fix typo, include full dependency list to fetch with apt-get for Debian-based systems

View differences:

docs/user/registry_installation.html
114 114
</code>
115 115
</pre>
116 116

  
117
      <p>On Debian:</p>
118
      <pre>
119
<code>sudo apt-get install ant -y
120
</code>
121
</pre>
122

  
123
      <p>If on Debian, skip ahead to step 7.</p>
117
      <p>On Debian:
118
      <pre><code>
119
sudo apt-get install ant libappconfig-perl libxml-libxml-perl libxml-libxslt-perl libtemplate-perl \
120
libcgi-session-perl libdigest-sha1-perl libnet-ldap-perl libterm-readkey-perl libxml-dom-perl libsoap-lite-perl -y
121
</code></pre>
122
      Now, skip ahead to step 7. Debian users can avoid using CPAN, as apt-get installs the software they need.
123
</p>
124 124
    </li>
125 125

  
126 126
    <li>
......
160 160
<code>install AutoLoader
161 161
install CGI
162 162
install CGI::SEssion
163
install LDAP::UserAgent
163
install LWP::UserAgent
164 164
install Net::LDAP
165 165
install Template 
166 166
install URI

Also available in: Unified diff