Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kasra Jamshidi
slapos.package
Commits
e99afde3
Commit
e99afde3
authored
Jun 20, 2013
by
Jondy Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documents for windows installer
parent
bea593a9
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
465 additions
and
4 deletions
+465
-4
windows/docs/Makefile
windows/docs/Makefile
+24
-0
windows/docs/using-slapos-in-windows.xml
windows/docs/using-slapos-in-windows.xml
+437
-0
windows/scripts/slapos-all-in-one.iss
windows/scripts/slapos-all-in-one.iss
+2
-2
windows/scripts/slapos.iss
windows/scripts/slapos.iss
+2
-2
No files found.
windows/docs/Makefile
0 → 100755
View file @
e99afde3
#
# Transfer Doc Book to html
#
# Enter cygwin, be sure doc book installed. Then
#
# $ cd d:/slapos/src/docs
# $ make
#
XSLTPROC
=
xsltproc
XSLFILE
=
/usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl
XSLCHUNKFILE
=
/usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl
XSLTPARA
=
--stringparam
section.autolabel 1
\
--stringparam
section.label.includes.component.label 1
\
--stringparam
variablelist.term.separator
""
\
--stringparam
variablelist.term.break.after 1
BASEDIR
=
--stringparam
base.dir ./
doc
:
using-slapos-in-windows.html
%.html
:
%.xml
$(XSLTPROC)
$(XSLTPARA)
--output
$@
$(XSLFILE)
$<
#
$(XSLTPROC)
$(XSLTPARA)
$(BASEDIR)
/
$(
basename
$<
)
/
$(XSLCHUNKFILE)
$<
windows/docs/using-slapos-in-windows.xml
0 → 100755
View file @
e99afde3
This diff is collapsed.
Click to expand it.
windows/scripts/slapos-all-in-one.iss
View file @
e99afde3
...
...
@@ -69,8 +69,8 @@ Source: "opt\git\slapos.package\windows\scripts\slapos-node-config.sh"; DestDir:
Source: "opt\git\slapos.package\windows\scripts\slapos-client-config.sh"; DestDir: "{app}\cygwin\etc\slapos\scripts";
Source: "opt\git\slapos.package\windows\scripts\pre-uninstall.sh"; DestDir: "{app}\cygwin\etc\slapos\scripts";
Source: "
src
\docs\using-slapos-in-windows.html"; DestDir: "{app}"; DestName: "user-guide.html";
Source: "
src
\docs\README.cygwin"; DestDir: "{app}"; DestName: "readme.txt";
Source: "
opt\git\slapos.package\windows
\docs\using-slapos-in-windows.html"; DestDir: "{app}"; DestName: "user-guide.html";
Source: "
opt\git\slapos.package\windows
\docs\README.cygwin"; DestDir: "{app}"; DestName: "readme.txt";
[Icons]
Name: "{commondesktop}\SlapOS"; Filename: "{app}\cygwin\etc\slapos\desktop\index.html"; WorkingDir: "{app}\cygwin\etc\slapos\desktop"; IconFilename: "{app}\cygwin\etc\slapos\images\slapos.ico";
...
...
windows/scripts/slapos.iss
View file @
e99afde3
...
...
@@ -63,8 +63,8 @@ Source: "opt\git\slapos.package\windows\scripts\slapos-node-config.sh"; DestDir:
Source: "opt\git\slapos.package\windows\scripts\slapos-client-config.sh"; DestDir: "{app}\cygwin\etc\slapos\scripts";
Source: "opt\git\slapos.package\windows\scripts\pre-uninstall.sh"; DestDir: "{app}\cygwin\etc\slapos\scripts";
Source: "
src
\docs\using-slapos-in-windows.html"; DestDir: "{app}"; DestName: "user-guide.html";
Source: "
src
\docs\README.cygwin"; DestDir: "{app}"; DestName: "readme.txt";
Source: "
opt\git\slapos.package\windows
\docs\using-slapos-in-windows.html"; DestDir: "{app}"; DestName: "user-guide.html";
Source: "
opt\git\slapos.package\windows
\docs\README.cygwin"; DestDir: "{app}"; DestName: "readme.txt";
[Icons]
Name: "{commondesktop}\SlapOS"; Filename: "{app}\cygwin\etc\slapos\desktop\index.html"; WorkingDir: "{app}\cygwin\etc\slapos\desktop"; IconFilename: "{app}\cygwin\etc\slapos\images\slapos.ico";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment