Skip to content

OpenSPP/openspp-dms-ftp-server

Repository files navigation

OpenSPP DMS FTP Server

This project allows FTP client to connect, login and upload files to OpenSPP servers.

Black code style

Getting Started

Clone this repo

git clone https://github.com/OpenSPP/openspp-dms-ftp-server.git

Requirements

  • Docker engine or Docker Desktop
  • Docker compose
    • It works with both v1 and v2
    • For the sake of uniformity, we are using v2 in our examples
Build
docker compose -f local.yml build
Run Services
docker compose -f local.yml up

Documentation

WIP

Configuration

Local values are already provided for quick setup of local environment.

Development

WIP

Type checks

Test coverage

To run the tests, check your test coverage, and generate an HTML coverage report:

coverage run -m pytest
coverage html
open htmlcov/index.html

Running tests with pytest

pytest

Deployment

WIP

License

Apache 2.0

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published