Skip to content

SeKureLy/available-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

891d996 · Jun 19, 2022
Jun 19, 2022
Jun 19, 2022
Jun 19, 2022
Jun 19, 2022
Jun 18, 2022
May 13, 2022
May 3, 2022
Jun 19, 2022
Jun 19, 2022
May 3, 2022
Nov 14, 2021
May 13, 2022
Jun 19, 2022
May 13, 2022
Jun 7, 2022

Repository files navigation

Available App

Web application for Available system that allows teams to share sensitive files such as configuration information, credentials, etc.

Please also note the Web API that it uses: https://github.com/Sekurely/Available

Install

Install this application by cloning the relevant branch and use bundler to install specified gems from Gemfile.lock:

bundle install

Test

This web app does not contain any tests yet :(

Execute

Launch the application using:

rake run:dev

The application expects the API application to also be running (see config/app.yml for specifying its URL)