Git Product home page Git Product logo

hello_dynalogic's Introduction

Installation de Hello Dynalogic

Installations préalables:

Ce site requiert python 3.6:

  • S'assurer que cette version de python soit installée en local :
python -V
  • Sinon l'installer
sudo apt-get update
sudo apt-get install python3.6

Pour les versions antérieures à Ubuntu 16.10 ajouter le dépôt (Doc)

sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update
sudo apt-get install python3.6

Nous aurons besoin d'avoir dans notre environnement de travail : pip et pipenv déjà installés:

  • Pour s'assurer que pip est installé, dans un shell, taper
 pip3 --version
  • Installer pip3 pour la version python3.6
curl https://bootstrap.pypa.io/get-pip.py | sudo -H python3.6
  • Verifier
python3.6 -m pip -V
pip 19.0.3 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6)
  • Installer pipenv
pip3 install --user pipenv
  • Se positionner dans le dossier choisi
cd /tmp
git clone https://github.com/horlas/hello_Dynalogic.git
cd hello_Dynalogic

  • Installer et activer l'environnement virtuel , lancer l'application en local
pipenv install
pipenv shell
python manage.py runserver

hello_dynalogic's People

Contributors

horlas avatar

Watchers

 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.