Coder Social home page Coder Social logo

bkerensa / pressurenet-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cbsoftware/pressurenet-server

0.0 1.0 0.0 192.94 MB

Web-based data viewer for pressureNET

License: Other

JavaScript 39.90% Python 28.33% Elixir 0.10% CSS 23.96% HTML 6.74% Makefile 0.51% Batchfile 0.47%

pressurenet-server's Introduction

pressureNETAnalysis

Web-based data viewer for pressureNET

Local Development Setup

  1. Set up virtualenv (using virtualenvwrapper):

    mkvirtualenv pressurenet
    
  2. Activate virtualenv

    workon pressurenet
    
  3. Install all the local packages using pip:

    pip install -r requirements.txt
    
  4. Copy settings_local.py.ex to settings_local.py and fill in the database settings (database name, username, password).

  5. Create the database and run through the database migrations:

    ./manage.py syncdb && ./manage.py migrate
    
  6. Run the server:

    ./manage.py runserver 0:8000
    

Check out how it looks in your browser: http://localhost:8000/ and http://localhost:8000/admin/

Local Development Setup Using PostgreSQL

Replace the MySQL-Python package in requirements.txt with psycopg2. Make sure the postgresql-server-X.Y-dev package is installed.

Change the database backend from django.db.backends.mysql to django.db.backends.postgresql_psycopg2.

pressurenet-server's People

Contributors

jacobsheehy avatar jaredlockhart avatar kachhalimbu avatar malena avatar philippejones avatar sibsibsib 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.