GithubHelp home page GithubHelp logo

qizailiu / cleansweep Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aamaadmiparty/cleansweep

0.0 1.0 0.0 1.31 MB

Volunteer & Campaign Management System

License: Other

Python 16.99% HTML 9.98% CSS 3.34% JavaScript 69.65% Mako 0.03% Shell 0.01%

cleansweep's Introduction

Cleansweep

Build Status Slack

Requirements

A Linux (or Mac OS X) node with the following software installed. Ubuntu 14.04 is preferred.

  • PostgreSQL 9.3 database server
  • Python 2.7
  • Git
  • python virtualenv

Installing them on Ubuntu/Debian:

$ sudo apt-get install postgresql-9.3 postgresql-server-dev-9.3 python-dev python-virtualenv git

How to Setup

  • Clone the repository

      $ git clone https://github.com/AamAadmiParty/cleansweep.git
      $ cd cleansweep
    
  • setup virtualenv

      $ virtualenv . 
    
  • activate the virtualenv

      $ source bin/activate
    
  • Install dependent python packages

      $ pip install -r requirements.txt
    
  • Create database user

      $ sudo -u postgres createuser -s $USER
    
  • create database for cleansweep

      $ createdb cleansweep 
    
  • Init the app by adding you as admin. It'll prompt you for your name, email and phone number.

      $ python manage.py init
      ...
      Your Name: ______
      E-mail address: ______
      Phone: ______
    
  • run the webapp

      python manage.py runserver
    

Visit the website at: http://localhost:5000/

Getting Started with Development

Look at the helloworld module to learn about how to a component works in cleansweep.

LICENSE

This software is licensed under AGPLv3.

cleansweep's People

Contributors

anandjanki avatar anandology avatar bmwasaru avatar devilankur18 avatar er-anup avatar raghavio 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.