Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Kodden committed Aug 9, 2024
1 parent ee4e6bd commit cb28296
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
A simple SCIM server for testing/monitoring purposes

## Installation

```
$ git clone https://github.com/SURFscz/SCIM-server.git
$ cd SCIM-server
Expand All @@ -12,6 +13,7 @@ $ pip install -r requirements.txt
```

## Usage

```
usage: server.py [-h] [--host HOST] [--port PORT] [--mongo_db MONGO_DB] [--db_url DB_URL] [--data_path DATA_PATH] [--api-key API_KEY]
Expand All @@ -26,3 +28,7 @@ options:
--data_path DATA_PATH, -p DATA_PATH
--api-key API_KEY, -k API_KEY
```

---

This repository is cloned from: [SCIM Server](https://github.com/HarryKodden/scim)

0 comments on commit cb28296

Please sign in to comment.