Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Config file is required. The config template is provided in [configs](configs)

### Command line arguments

- `config` path, eg: --conf config.yaml
- `config` path, eg: --conf config.toml
- `data` path, eg: --data /opt/librarian/data

### Environment variables
Expand All @@ -37,5 +37,5 @@ Config file is required. The config template is provided in [configs](configs)
1. Install [Go](https://golang.org/)
2. (Optional) Install [Docker](https://docs.docker.com/) and [Docker Compose](https://docs.docker.com/compose/)
3. (Optional) Deploy dependencies with [tests/docker-compose.yml](tests/docker-compose.yml)
4. Create the config file at [configs/config.yaml](configs/config.yaml) with templates.
4. Create the config file at [configs/config.toml](configs/config.toml) with templates.
5. Run `make run` to start the server
24 changes: 0 additions & 24 deletions app/sephirah/Dockerfile

This file was deleted.

77 changes: 0 additions & 77 deletions app/sephirah/cmd/sephirah/main.go

This file was deleted.

60 changes: 0 additions & 60 deletions app/sephirah/cmd/sephirah/wire.go

This file was deleted.

24 changes: 0 additions & 24 deletions app/sephirah/configs/config.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions app/sephirah/internal/biz/biz.go

This file was deleted.

126 changes: 0 additions & 126 deletions app/sephirah/internal/biz/bizangela/angela.go

This file was deleted.

Loading