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

Updated README.md

parent 24978d61
Branches Paul_Marius_2
No related tags found
No related merge requests found
......@@ -20,9 +20,22 @@ echo export SALLYENVID=$(uuidgen) >>~/.profile
```
You will need to logout so that these changes get applied.
Download the release you are interested in and issue
To install Sally you need to unpack the archive you have downloaded e.g. by issuing
```sh
tar xfz SallyDeepaMehta.tar.gz
cd SallyDeepaMehta
```
This will create a directory called SallyDeepaMehta. I will reference the path to this directory with SALLYDIR.
To start Sally, you should run
```sh
cd SALLYDIR
./start.sh
```
optionally you can see the log of what is going on by issuing
```sh
tail -f SALLYDIR/data/log/karaf.log
```
after SALLY started you should be able to open the [Sally Document Manager](http://localhost:8181/sally/docmanager). If errors occur please take a look at the logs and issue a ticket.
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