blob: 7cf44ea317f6b2db11073aac9f151cd31270bdfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<head>
<title>Upgrading to 1.4.1</title>
</head>
<body>
<h1>Upgrading to 1.4.1 from 1.4.0</h1>
<ul>
<li>If migrating from less than 1.4.0, see these <a href="upgrade8.html">instructions</a> first.
<li>Back up your data and current Freeside installation.
<li>Run <code>make aspdocs</code> or <code>make masondocs</code>.
<li>Copy <code>aspdocs/</code> or <code>masondocs/</code> to your web server's document space.
<li>Run <code>make install-perl-modules</code>.
<li>Install <a href="http://search.cpan.org/search?dist=Net-SSH">Net::SSH</a> minimum version 0.07
<li>Apply the following changes to your database:
<pre>
INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 17, 'daytime', 'en_US', 'Day Phone' );
INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 18, 'night', 'en_US', 'Night Phone' );
</pre>
<li>Restart Apache and freeside-queued.
</body>
|