Skip to content

Commit

Permalink
Add link to developer docs and placeholder commands for TODO sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjwbbc authored and rjb1000 committed Sep 27, 2022
1 parent 275c0b4 commit 43778b0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,34 @@ only daemon that can be controlled by the AS is nginx ([website](https://nginx.o
## Downloading

_TODO_
```
git clone --recurse-submodules https://github.com/5G-MAG/rt-5gms-application-server.git
```

## Building

_TODO_
```
cd rt-5gms-application-server
python3 -m build --sdist
```

## Installing

_TODO_
```
cd rt-5gms-application-server
pip install -e .
```

## Running

_TODO_
```
5gms-application-server <ContentHostingConfiguration-JSON-file>
```

## Development

Please see the [docs/README.md](docs/README.md) file for project development
and testing information.

0 comments on commit 43778b0

Please sign in to comment.