Fork of TorrentBOX to add Docker support and additional functionality.
Multi-user based torrent download and sharing application written in Django
- On first run:
docker-compose up -d
docker-compose exec web makemigrations
docker-compose exec torrentbox makemigrations
docker-compose exec web migrate
docker-compose exec torrentbox migrate
docker-compose exec web createsuperuserAfterwards, you can simply run with:
docker-compose upNOTE: This is only for test. If you want to deploy it, use Django with other web servers like Apache or Nginx.
