Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/socheatsok78/gluu-installer

One-Click installer for Gluu (Server Central Authentication & Authorization)
https://github.com/socheatsok78/gluu-installer

cas central-authentication-service gluu-server one-click-deploy one-click-installer opendj

Last synced: 2 days ago
JSON representation

One-Click installer for Gluu (Server Central Authentication & Authorization)

Awesome Lists containing this project

README

        

# [Gluu](https://www.gluu.org/) One-Click Installer

Central authentication & authorization
for web and mobile applications.

[![Travis CI](https://travis-ci.com/socheatsok78/gluu-installer.svg?branch=master)][travis-ci-build] [![GitHub License](https://img.shields.io/github/license/socheatsok78/gluu-installer)][github-license]

For more information please visit: [Gluu Website](https://www.gluu.org/)

### Install **Gluu** using one-click-installer

- Via `wget`

```sh
sh -c "$(wget https://raw.githubusercontent.com/socheatsok78/gluu-installer/master/setup.sh -O -)"
```

- Via `curl`

```sh
curl -fsSL https://raw.githubusercontent.com/socheatsok78/gluu-installer/master/setup.sh | bash
```

[travis-ci-build]: https://travis-ci.com/socheatsok78/gluu-installer
[github-license]: https://github.com/socheatsok78/gluu-installer/blob/master/LICENSE

### Additional guide

- [Preparing VM for Gluu Server Installation](https://gluu.org/docs/ce/installation-guide/)
- [Post-Install Service Setup](https://gluu.org/docs/ce/installation-guide/setup_py/)