Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sally4
release
Commits
c324d8ad
Commit
c324d8ad
authored
Aug 26, 2014
by
Constantin Jucovschi
Browse files
updated readme
parent
a9c6b9b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c324d8ad
...
...
@@ -3,11 +3,24 @@ Installation instructions:
```
sh
mkdir
~/sally
cd
~/sally
wget http://dl.node-webkit.org/v0.10.2/node-webkit-v0.10.2-linux-x64.tar.gz http://gl.kwarc.info/sally4/release/raw/master/libreoffice_plugin.oxt http://gl.kwarc.info/sally4/release/repository/archive.zip?ref
=
master
wget http://dl.node-webkit.org/v0.10.2/node-webkit-v0.10.2-linux-x64.tar.gz
wget
-O
sally_release.zip http://gl.kwarc.info/sally4/release/repository/archive.zip
tar
xfz node-webkit-v0.10.2-linux-x64.tar.gz
unzip
archiv
e.zip
unzip
sally_releas
e.zip
tar
xfz sally4-rc1.tar.gz
```
To start SALLY + DeepaMehta
```
sh
cd
~/sally
./start.sh
```
You will also have to start Theo
```
sh
cd
~/sally
./theo.sh
```
start.sh
0 → 100755
View file @
c324d8ad
if
[
-a
envid
]
;
then
read
envid < envid
export
SALLYENVID
=
$envid
else
export
SALLYENVID
=
`
uuidgen
`
echo
$SALLYENVID
>
envid
fi
echo
$SALLYENVID
~/sally/karaf-dev/bin/start
\ No newline at end of file
theo.sh
View file @
c324d8ad
if
[
-a
envid
]
;
then
read
envid < envid
export
SALLYENVID
=
$envid
else
export
SALLYENVID
=
`
uuidgen
`
echo
$SALLYENVID
>
envid
fi
echo
$SALLYENVID
~/sally/node-webkit-v0.10.2-linux-x64/nw ~/sally/theo-nodewebkit.nw
Write
Preview
Supports
Markdown
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