Skip to content

Commit

Permalink
Added Chef installation with scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrizyo committed Oct 22, 2015
1 parent dfa0952 commit fd6db73
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions doc/admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,27 @@ Then you have to configure some environment variables defined in SPAGOBI\_SERVER
- spagobi\_service\_url is an URL used by the external engines to communicate with SpagoBI core; since SpagoBI core and external engines are installed on the same application server, you can leave it as "localhost";
- spagobi\_host\_url is the URL that is used by the client browsers to communicate with SpagoBI; you **must** change it to the actual SpagoBI URL.

Installation with provided scripts
----------------------------------

It's possible to install SpagoBI into an Ubuntu 14.04 machine, using this command:

```
curl https://raw.githubusercontent.com/SpagoBILabs/SpagoBI/master/ChefCookbooks/installation.sh | ssh -i <identity file> <sudo user>@<ip of machine>
```

which installs a clean SpagoBI running on MySQL.

If you want to install SpagoBI with many demo examples then use:

```
curl https://raw.githubusercontent.com/SpagoBILabs/SpagoBI/master/ChefCookbooks/installation.sh | ssh -i <identity file> <sudo user>@<ip of machine> 'bash /dev/stdin demo'
```

Then you can access SpagoBI on `http://<ip of machine>:8080/SpagoBI`.



How to start and stop SpagoBI Server
------------------------------------

Expand Down

0 comments on commit fd6db73

Please sign in to comment.