Benutzer-Werkzeuge

Webseiten-Werkzeuge


themen:web-programmierung:neutron

Voraussetzungen

  • OpenSSL (sudo apt-get install openssl)
  • Python Package Installer (Recommended, sudo apt-get install python-pip)
  • Python Development Package (sudo apt-cache install python2.6-dev) passende Version auswählen
  • dtach (Recommended for persistent terminals, sudo apt-get install dtach)
  • Git (sudo apt-get install git-core)
  • gcc (sudo apt-get install gcc)
  • Python Pakete, falls erforderlich:
    • pip install django-celery
    • Python Imaging Library (pip install PIL)
    • vor Python 2.7: pip install argparse

Installation

git clone https://github.com/pizzapanther/Neutron-IDE.git
cd Neutron-IDE
sudo pip install -r requirements.txt
cd neutron
./manage.py syncdb #create a user account when asked
./manage.py migrate
./neutronide.py -l -f start
themen/web-programmierung/neutron.txt · Zuletzt geändert: 12.11.2018 16:34 (Externe Bearbeitung)