Skip to content

Commit 24d7440

Browse files
committed
Amended installer-generation instructions
1 parent 8f47dca commit 24d7440

File tree

1 file changed

+30
-27
lines changed

1 file changed

+30
-27
lines changed

how_to_release.txt

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ HOW TO RELEASE MUSHCLIENT
22
-------------------------
33

44
Author: Nick Gammon
5-
Date: 20th July 2010
5+
Date: 14th June 2011
66

77
Time required: Approx. 20 minutes.
88

@@ -24,6 +24,35 @@ HELP GENERATION
2424
4. Help file (mushclient.hlp) should be generated with no errors or warnings.
2525

2626

27+
GENERATE DOCUMENTATION SQL FROM DATABASE
28+
29+
1. On Ubuntu server, run this:
30+
. dumpdoc.sh
31+
32+
(Must be done on Ubuntu server, to make documentation.sql available for install step below)
33+
34+
35+
UPLOAD AND INSTALL DOCUMENTATION
36+
37+
1. On Ubuntu server, upload:
38+
39+
sftp username@gammon.com.au
40+
cd sql
41+
put documentation.sql.bz2
42+
Ctrl+D
43+
44+
2. Install:
45+
46+
ssh username@gammon.com.au
47+
cd sql
48+
rm documentation.sql
49+
bunzip2 documentation.sql.bz2
50+
. dbsetup
51+
mysql -h $SERVER -u $USER -p $DATABASE < documentation.sql
52+
(password) (RH-click to paste)
53+
Ctrl+D
54+
55+
2756
BUILD RELEASE VERSION
2857

2958
1. Open project 'mushclient'
@@ -90,33 +119,7 @@ DO ANNOUNCEMENT
90119
UPDATE RELEASE NOTES
91120

92121
1. Change record for relnotes for this release to have today's date as release date
93-
94-
95-
GENERATE DOCUMENTATION SQL FROM DATABASE
96-
97-
1. On Ubuntu server, run this:
98-
. dumpdoc.sh
99-
100122

101-
UPLOAD AND INSTALL DOCUMENTATION
102-
103-
1. Upload:
104-
105-
sftp username@gammon.com.au
106-
cd sql
107-
put documentation.sql.bz2
108-
Ctrl+D
109-
110-
2. Install:
111-
112-
ssh username@gammon.com.au
113-
cd sql
114-
rm documentation.sql
115-
bunzip2 documentation.sql.bz2
116-
. dbsetup
117-
mysql -h $SERVER -u $USER -p $DATABASE < documentation.sql
118-
(password) (RH-click to paste)
119-
Ctrl+D
120123

121124

122125

0 commit comments

Comments
 (0)