Coder Social home page Coder Social logo

Install without docker about trax HOT 3 CLOSED

agateblue avatar agateblue commented on August 13, 2024
Install without docker

from trax.

Comments (3)

agateblue avatar agateblue commented on August 13, 2024

I guess that, sooner or later this day had to come ;)

The good news is that Docker, Dockerfiles and docker-compose.yml file are de facto documenting most of the deployment and project architecture. I understand that a real documentation is needed though, and I'll start to work on it.

Basically, you will need to take all the services described in docker-compose.ymland make them available on your system. You'll need:

  • A PostgreSQL server (you can use a shared one and even a remote one if you want)
  • A Redis server (same here)
  • A process manager, such as supervisor or systemd to run:
    1. The application server
    2. The application worker
  • A webserver on your system with a reverse proxy configuration to talk to the application

To install the application dependencies, you would have to follow the Dockerfile steps, with few adjustements to make this more suitable on a shared system:

  • use a python virtualenv
  • move everything under a specific directory, such as /srv/trax

I'm only familiar with debian-based systems, so I'll start working on a documentation for those systems., but it should work similarly on most linux distros.

from trax.

agateblue avatar agateblue commented on August 13, 2024

Okay I've opened #23 which is a first attempt at such a documentation. Please get back to me when you have reviewed this :)

from trax.

hanzei avatar hanzei commented on August 13, 2024

Fixed with https://github.com/EliotBerriot/trax/pull/23

from trax.

Related Issues (20)

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.