Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.25 KB

SSOT specs dashboard

Dashboard for displaying hardware and network configuration of servers.

Note

This project is part of a suite of projects that work together. For all other related projects, see this search query: owner:2zqa topic:ssot

Getting started

Prerequisites

Setup

  1. Clone the ssot-specs-server repository and follow the instructions in its README to set it up. Note the client ID that you set.
  2. Copy the .env.example file to .env and fill in the values.
  3. Ensure that the GitLab account you are using has a public facing email address and that it is verified.

Running the project

Ensure that ssot-specs-server is running. Then, follow these steps:

  1. git clone https://github.com/2zqa/ssot-specifications-dashboard.git
  2. cd ssot-specifications-dashboard
  3. npm install
  4. npm start

License

SSOT specifications dashboard is licensed under the MIT license.

Acknowledgements

  • Voys for facilitating the internship where this project was developed