3,035
edits
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
For CVS instructions, see the [http://developer.mozilla.org/en/docs/Mozilla_Source_Code_Via_CVS devmo page on CVS]. | For CVS instructions, see the [http://developer.mozilla.org/en/docs/Mozilla_Source_Code_Via_CVS devmo page on CVS]. | ||
= v1 Installation = | |||
* copy core/config-dist.php -> core/config.php | |||
* Fill in the proper variables, see the comments in config.php for help | |||
* Your server needs to have a previews directory containing add-on previews | |||
* Find this directory (or contact morgamic if you don't have it) | |||
* Symlink the previews directory from ./images: | |||
<pre> | |||
$ ln -s /data/amo/previews/ previews | |||
</pre> | |||
* Your server needs to have a files directory containing the right .xpi's | |||
* You'll want to do something similar to set up the xpi directory: | |||
<pre> | |||
$ ln -s /data/amo/files/ files | |||
</pre> | |||
= v2 Installation = | = v2 Installation = |
edits