Update:Archive/2.0/Installation: Difference between revisions

no edit summary
No edit summary
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Update:Home_Page|Update: Home Page]] » Installation Guide
{{AmoArchive}}


= Check out code from CVS =
= Check out code from CVS =
Line 5: Line 5:
== v1 ==
== v1 ==
<pre>
<pre>
cvs co -dP v1 -rMOZILLA_UPDATE_1_0_BRANCH /mozilla/webtools/update  
cvs co -P -d v1 -rMOZILLA_UPDATE_1_0_BRANCH mozilla/webtools/update  
</pre>
</pre>


== v2 ==
== v2 ==
<pre>
<pre>
cvs co -dP v2 /mozilla/webtools/addons
cvs co -P -d v2 mozilla/webtools/addons
</pre>
</pre>


Line 22: Line 22:
* php4.x
* php4.x
* php-mysql
* php-mysql
* PEAR::DB


== v1 ==
== v1 ==
Line 29: Line 28:
== v2 ==
== v2 ==
* Smarty
* Smarty
* PEAR::DB


== v2 Enhancements ==
== v2 Enhancements ==
Line 65: Line 65:
* Symlink the previews directory from ./images:
* Symlink the previews directory from ./images:
<pre>
<pre>
$ ln -s /data/amo/previews/ previews
$ ln -s /data/previews/ previews
</pre>
</pre>
* Your server needs to have a files directory containing the right .xpi's
* Your server needs to have a files directory containing the right .xpi's
Line 99: Line 99:
* ./public/htdocs/htaccess.dist
* ./public/htdocs/htaccess.dist
** Copy to .htaccess then set the rewrite base to the proper value.
** Copy to .htaccess then set the rewrite base to the proper value.
* ./shared/bin/config.php
** Copy config-dist.php to config.php and provide writeable DB information (don't use the SLAVE!).


== Previews ==
== Previews ==
Line 106: Line 104:
<pre>
<pre>
$ cd public/htdocs/images
$ cd public/htdocs/images
$ ln -s /data/amo/previews/ previews
$ ln -s /data/previews/ previews
</pre>
</pre>
canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,043

edits