Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maveonair/sur

Solus User Repository
https://github.com/maveonair/sur

Last synced: 27 days ago
JSON representation

Solus User Repository

Awesome Lists containing this project

README

        

# SUR (Solus User Repository)

Self-hosted Solus repository.

## Configuration

### Environment variables

| Variable | Description | Example |
| ---------------- | ----------------------- | --------------------- |
| SUR_BASE_URL | Base URL of running app | http://localhost:8080 |
| SUR_PACKAGES_DIR | Packages directory | /packages |

## Developer Setup

### Run tests

```
$ make test
```

### Run application

1. Run the make dev command

```
$ make dev
```

2. Open [http://localhost:8080](http://localhost)