canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,043
edits
No edit summary |
|||
| (7 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{AmoArchive}} | |||
= Check out code from CVS = | = Check out code from CVS = | ||
| Line 5: | Line 5: | ||
== v1 == | == v1 == | ||
<pre> | <pre> | ||
cvs co - | cvs co -P -d v1 -rMOZILLA_UPDATE_1_0_BRANCH mozilla/webtools/update | ||
</pre> | </pre> | ||
== v2 == | == v2 == | ||
<pre> | <pre> | ||
cvs co - | cvs co -P -d v2 mozilla/webtools/addons | ||
</pre> | </pre> | ||
| Line 22: | Line 22: | ||
* php4.x | * php4.x | ||
* php-mysql | * php-mysql | ||
== 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 | $ 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. | ||
== Previews == | == Previews == | ||
| Line 106: | Line 104: | ||
<pre> | <pre> | ||
$ cd public/htdocs/images | $ cd public/htdocs/images | ||
$ ln -s /data | $ ln -s /data/previews/ previews | ||
</pre> | </pre> | ||