Code Monkey home page Code Monkey logo

audio-converter's Introduction

docker hub deployment

audio-converter logo

audio-converter allows you to convert audio files from within your web browser.

Production Usage

  1. Create a new directory which will hold all interactive files (e.g. the database, logs, converted files) by typing mkdir -p media in a terminal. This directory has to be created in this project's root directory.
  2. Create a user config file by typing make user_config in your terminal.
    1. Open the new file (media/user_config.py) and fill up the example placeholder between the quotation marks.
    2. Save the file.
  3. Adjust the timezone to your needs by editing TZ under environment: in .docker/docker-compose.yml.
  4. Start the server!
    • If you want to build and start the production server locally, type make run_docker_prod in your terminal.
    • Alternatively you can pull a pre-built image from DockerHub. Follow the instructions on DockerHub to run the server.

How to contribute

  1. Make sure you have docker/podman and docker-compose installed.
  2. If using PyCharm, add a new Docker-Compose Interpreter (Jetbrains Guide: Configuring Docker Compose as a remote interpreter) to enable linting.
  3. Create a user config file by typing make user_config in your terminal.
    1. Open the new file (media/user_config.py) and fill up the example placeholder between the quotes.
    2. Save the file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.