diff options
author | ivan <ivan> | 2002-09-07 02:27:10 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-09-07 02:27:10 +0000 |
commit | 1d48d6cbd56f815d8a047ca2ee38ba758f56856c (patch) | |
tree | e4f3a942e741c61b60352c061c422ed5589a8e71 /httemplate/docs | |
parent | fa6635340ee1841271ba70594aeb2353e3793105 (diff) |
1.4.1
Diffstat (limited to 'httemplate/docs')
-rw-r--r-- | httemplate/docs/index.html | 1 | ||||
-rw-r--r-- | httemplate/docs/upgrade9.html | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/httemplate/docs/index.html b/httemplate/docs/index.html index 00c863b0c..eaa5b9b92 100644 --- a/httemplate/docs/index.html +++ b/httemplate/docs/index.html @@ -11,6 +11,7 @@ <li><a href="upgrade6.html">Upgrading from 1.2.3 to 1.3.0</a> <li><a href="upgrade7.html">Upgrading from 1.3.0 to 1.3.1</a> <li><a href="upgrade8.html">Upgrading from 1.3.1 to 1.4.0</a> + <li><a href="upgrade9.html">Upgrading from 1.4.0 to 1.4.1</a> <!-- <li><a href="config.html">Configuration files</a> !--> diff --git a/httemplate/docs/upgrade9.html b/httemplate/docs/upgrade9.html new file mode 100644 index 000000000..fff1d8690 --- /dev/null +++ b/httemplate/docs/upgrade9.html @@ -0,0 +1,13 @@ +<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>Restart Apache and freeside-queued. +</body> |