3,035
edits
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
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]. | ||
= | = Server Requirements = | ||
== Core == | == Core == | ||
Without these, the application will not run. | Without these, the application will not run. | ||
| Line 63: | Line 48: | ||
*** zzlib is required for extraction of XPIs for the v1 developers tools, and probably only needs to be installed on Iguana for use with these tools. | *** zzlib is required for extraction of XPIs for the v1 developers tools, and probably only needs to be installed on Iguana for use with these tools. | ||
*** As we plan out the rewrite for the developer tools, removing this dependency is a primary goal... :) | *** As we plan out the rewrite for the developer tools, removing this dependency is a primary goal... :) | ||
= 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 = | |||
== Application Config == | == Application Config == | ||
edits