Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

dhost-project/dhost

Repository files navigation

DHost

This project is not maintaned anymore.

If you are looking for a platform to automatically deploy to the IPFS check-out Fleek: fleek.co more infos: ipfs doc fleek.

infra

Setup

For a complete setup guide go to docs/setup.md or use Docker tools/docker/README.md.

To start the project.

docker-compose up -d --build

Apply migrations.

docker-compose run --rm api python manage.py migrate

Load fixture (demo data).

docker-compose run --rm api python manage.py loaddata demo

Collect static files.

docker-compose run --rm api python manage.py collectstatic

Verify.

docker-compose ps

When you want to stop it.

docker-compose down

Visit:

You can also use the CLI to communicate with the API.

Contributing

To start contributing please refer to the CONTRIBUTING.md doc.

License

The project is licensed under the MIT License.