-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDEV.txt
executable file
·34 lines (22 loc) · 1.16 KB
/
DEV.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Release Procedure
-----------------
1. Edit the file src\site\apt\index.apt. Update the release number, date, filenames and file sizes
2. mvn clean
3. mvn assembly:assembly
4. mvn site
5. Edit the file target\site\index.html. Paste in the following just before the </head> tag...
5-Dec-2007 The plugin I use not probably doesn't need/work with this
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script src="http://www.17od.com/wp-content/plugins/google-analyticator/ga_external-links.js" type="text/javascript"></script>
<script type="text/javascript">
onContent(function() {
urchin = new urchin();
urchin.trackDownload = "zip|gz";
urchin.trackLinks();
} );
_uacct="UA-1107504-1"; urchinTracker();
</script>
6. "c:\Program Files\Putty\pscp.exe" target\meteor-websms-1.2.tar.gz onesevod@www.17od.com:/home/onesevod/public_html/meteor-websms
7. "c:\Program Files\Putty\pscp.exe" target\meteor-websms-1.2.zip onesevod@www.17od.com:/home/onesevod/public_html/meteor-websms
8. Update the server connection details in pom.xml
9. mvn site:deploy