GithubHelp home page GithubHelp logo

aseemmittal / kirt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kamalkaur/kirt

0.0 2.0 0.0 5.64 MB

License: GNU General Public License v2.0

Python 22.63% JavaScript 38.74% CSS 21.00% HTML 17.63%

kirt's Introduction

kirt

REQUIREMENTS

1.Apache2
2.mysql-server
3.python2.7
4.python-pip
5.python-mysqldb
6.django 1.7

For the installation of Requiremets, run the following commands in terminal:

  1. Apache2

    $ sudo apt-get install apache2

  2. mysql-server

    $ sudo apt-get install mysql-server

  3. python2.7

    $ sudo apt-get install python

  4. python-pip

    $ sudo apt-get install python-pip

  5. python-mysqldb

    $ sudo apt-get install python-mysqldb

  6. Django 1.7

    sudo pip install https://www.djangoproject.com/download/1.7.b4/tarball/

  7. ReportLab

    sudo aptitude install python-reportlab

Steps for Installation of Kirt

  1. Fork the repositery kirt and clone the forked repositery

    $ git clone 'link to your forked repository'

  2. Log into you mysql account using the command:

    $ mysql -u root -p

  3. Create a new database for Kirt inside mysql shell: mysql> create database kirt; mysql> quit

  4. Edit Kirt/kirt/settings.py file. Things to be edited are:

    a) Database details: At Lines 69, 70, 80, fill your own details in following fields:

    NAME : kirt USER : PASSWORD :

    b) Set all the paths:

    (i) Line 31: '/home/username/path-to.../Kirt/templates',

    Modify this path to point your Kirt's template directory (Kirt/templates)

    (ii) Line 95: '/home/username/path-to.../Kirt/static/'

    Modify this path to point to Kirt's static directory (Kirt/static)

  5. Goto the project directory.

    $ cd kirt

  6. To fix your settings so that these can't be tracked by git and you can pull all the updates without an issue, run the following command inside cloned directory:

    $ git update-index --assume-unchanged kirt/settings.py

  7. Now, run the following commands inside the directory Kirt only:

    $ python manage.py migrate $ python manage.py runserver 127.0.0.1:8090

  8. Open 'http://localhost:8090' in your browser and you'll be greeted by the Kirt login page.

kirt's People

Contributors

kamalkaur avatar sukhtaaj avatar aseemmittal avatar

Watchers

James Cloos 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.