Code Monkey home page Code Monkey logo

librehatti's Introduction

LibreHatti

REQUIREMENTS

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

Installation of Requiremets

  1. Apache2

Run following command in terminal to install

 $ sudo apt-get install apache2
  1. mysql-server

Run following commands in terminal

$ sudo apt-get install mysql-server
  1. python2.7

Run following commands in terminal

$ sudo apt-get install python
  1. python-pip

Run following commands in terminal

$ sudo apt-get install python-pip
  1. python-mysqldb

Run following commands in terminal

$ sudo apt-get install python-mysqldb
  1. Python modules

Run following commands in terminal

$ sudo pip install -r requirements.txt
  1. Exim4

Run following commands in terminal

$ sudo apt-get install exim4

and configure it using this

Steps for Installation of LibreHatti.

  1. Fork the repositery LibreHatti and clone the forked repositery

    $ git clone 'link to your forked repository'

  2. Create a database for LibreHatti.

    $ mysql -u root -p $ create database librehatti; $ quit

  3. Edit settings.py file in LibreHatti/src/librehatti directory. Things to be edited are:

Line No 10 : DATABASES

NAME : librehatti
USER : Your MySQL username
PASSWORD : Your MySQl password

Line No 43 : STATICFILES_DIRS

  1. Edit config.py accordingly

  2. Goto the project directory and run the following commands.

    $ cd src $ python manage.py syncdb $ python manage.py runserver 127.0.0.1:8090

  3. Open 'localhost:8090' in your browser.

librehatti's People

Contributors

aashitadutta avatar amittbhardwj avatar arunbishnoi avatar aseemmittal avatar ashtsh avatar bhattigurjot avatar divyanshikathuria avatar gunpreetahuja avatar haramrit avatar inderpreetsingh avatar jaskaransingh avatar jasvir99 avatar kamalkaur avatar kamalpreetgrewal avatar muskana avatar piyushparkash avatar saloni10 avatar sanjeetkaur avatar shagun30 avatar sofathitesh 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.