Deployment
From MapbenderWiki
Contents |
[edit]
Build script
The build script has been committed to the trunk.
[edit]
Instructions
./build.sh <branch name in svn> <svn account> <svn password>
example
./build.sh 2.4.5 christoph password
[edit]
Requirements
- PHP5
- Perl
- SVN
[edit]
Manually
[edit]
update JSDoc
- create new JSDoc
- overwrite old JSDoc with new JSDoc
- set mime-type of html files to text/html
- commit new JSDoc
[edit]
delete obsolete files
- delete SVN Metadata: in Eclipse: right-click the project → Team → Disconnect → Also delete...
- delete Eclipse project file .project
[edit]
minify JavaScript
- compress the relevant JavaScript files, see JavaScript compression#current choice
[edit]
name properly
- update folder name (follow the syntax: mapbender_2.4.1_rc1)
[edit]
archiving
- compress the whole folder to zip a zip file

