Confirmed users
927
edits
Tarek.ziade (talk | contribs) |
Tarek.ziade (talk | contribs) |
||
| Line 42: | Line 42: | ||
* run "python setup.py sdist mozupload" | * run "python setup.py sdist mozupload" | ||
These steps create a .tar.gz release (done by "sdist") and is placed into a shared folder all servers can see (done by "mozupload".) | These steps create a .tar.gz release (done by "sdist") and is placed into a shared folder all servers can see via NFS or HTTP (done by "mozupload".) | ||
The dependencies are also placed into the shared folder, and the installer is configured in order to look for dependencies releases in that folder. This location acts as a vendor repository. | The dependencies are also placed into the shared folder, and the installer is configured in order to look for dependencies releases in that folder. This location acts as a vendor repository. | ||