Skip to content
Snippets Groups Projects
Commit c324d8ad authored by Constantin Jucovschi's avatar Constantin Jucovschi
Browse files

updated readme

parent a9c6b9b7
Branches Paul_Marius_2
No related tags found
No related merge requests found
......@@ -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 archive.zip
unzip sally_release.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
```
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
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment