Open source cloud storage.
This repo is part of the fullstack bitofcloud project. This repository is the main repository and contains everything needed for development and deployment.
bitofcloud is a passion project. The goal is to develop an enterprise grade RESTful application using the following technologies:
- Linux
- Docker
- PostgreSQL
- Python3
- Vue.js
See Docker and Docker Compose
- Clone the frontend repo from GitHub
- Set
PATH_TO_FRONTEND_REPO
in.env
Configurations and secrets are mostly private. To share a template for these type of files,
distributables are used. These files end with .dist
. For each of these files,
copy it to a file without that ending. For example:
$ cp file.ext.dist file.ext
$ dev/init
A wrapper for docker compose up
$ dev/start
A wrapper for docker compose down
$ dev/stop
$ dev/restart
$ dev/reset
For persisting issues, try:
$ dev/nuke && dev/init
A wrapper for alembic
$ dev/migrations
$ dev/log