Coder Social home page Coder Social logo

http_200's Introduction

HTTP_200

Build Status

Coverage Status

A new Information Center for JSS Academy of Technical Education, Noida.

Installation

The production HTTP_200 server is running on Ubuntu, so this is probably the easiest environment in which to get things running, but other distributions of linux should be fine as well. We use Apache on the production server, but HTTP_200 will run standalone for testing as well.

Virtual environment (if your system doesn't have it already):

The development environment relies on using a Python virtual environment for tools and portability across platforms. Ensure that you have Python Pip installed for your platform before proceeding with these instructions.

Windows users can use the following guide. Specifically, get Python installed and then use the get-pip.py installer once Python is working

OSX users can use the built in version of Python as long as Pip is available, or better, install Brew and Python.

Linux users should have Python already installed. Ensure Pip is installed via your package manager and you should be all set.

Instructions to get started with HTTP_200 development

HTTP_200 is built very cleanly. For setting the development environment on your machine, you need to follow the steps described in the next section.

Linux based Setup for HTTP_200 development

Note: Ubuntu 14.04 LTS is recommended to use for the development environment.

  1. Run the following git clone (specify a directory of your choosing if you like):

     git clone https://github.com/ncs-jss/HTTP_200.git http_200
    
  2. Run virtualenv on the git cloned directory to setup the Python virtual environment:

     virtualenv http_200
    
  3. cd into the name of the directory into which you cloned the git repository

     cd http_200
    
  4. Activate the virtual environment:

     source bin/activate
    
  5. After activating the virtual environment, install the dependencies

     pip install -r requirements.txt
    
  6. Now, create the database migrations so as to use the Database

     python manage.py syncdb
    
  7. For creating random faculties, students and notices, run the following command

     python manage.py createdata
    

    this will create:

    1. faculty_admin: username = admin, password = admin
    2. student_admin: username = student, password = student
    3. 20 other faculties' and students' accounts with password = default
  8. You are all set. Run the final command

     python manage.py runserver
    
  9. Its time to rock. Visit http://localhost:8000 in your browser and you should be all set.

http_200's People

Contributors

deshraj avatar pc9 avatar rishabhjain2018 avatar shivam1904 avatar shriyanka avatar

Watchers

 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.