Giter Site home page Giter Site logo

somexchanger99's Introduction

somexanger99

exchanging files like hugs. This project is a prototype and its deployment in production is not yet stable.

Prerequisites

Before you begin, ensure you have met the following requirements:

Development

Basic GitHub Checkout

We will assume that the folowing folder exists:

  • PROJECTS_PATH = $HOME/projects

Checkout the project:

user@host:> git clone [email protected]:Som-Energia/somexchanger99.git $PROJECTS_PATH/somexchanger99

Walk throw $PROJECTS_PATH/somexchanger and install the requirements with pipenv

user@host:> cd $PROJECTS_PATH/somexchanger
user@host:somexchanger> pipenv install --dev

We use a dot env file to configure somexanger99. Copy .env.example to .env and adapat it to meet your needs.

Run migrations, create an admin user and run the server to check that everything fit.

user@host:somexchanger> pipenv run ./manage migrate
user@host:somexchanger> pipenv run ./manage createsuperuser
user@host:somexchanger> pipenv run ./manage runserver
Background tasks

Somexanger99 is thought as a background task runner. Once you have configured the predefined tasks in the admin site, to run them, you have to lunch the worker and the beat processes.

First luch beat process

user@host:somexchanger> pipenv run celery beat -A config.celery_app -l info --scheduler  django_celery_beat.schedulers:DatabaseScheduler

And in other terminal launch the worker:

user@host:somexchanger> pipenv run celery -A config.celery_app worker --pool gevent -l info -E

Usage

WIP

Changes

See CHANGELOG for more details

Contact

If you want to contact with us, feel free to send an email to [email protected].

License

This project uses the following license: GNU AFFERO GENERAL PUBLIC LICENSE.

somexchanger99's People

Contributors

juan-pe avatar joanafigueira avatar dependabot[bot] avatar polmonso avatar albertorasillo avatar maritesomenergia avatar

Stargazers

 avatar

Watchers

David García Garzón avatar  avatar James Cloos avatar javikalsan avatar Agustí Fita Borrell avatar Roger avatar Dani Estanyol avatar Daniel Quilez avatar  avatar Eduard Quintana avatar  avatar  avatar Diego Quintana avatar  avatar

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.