Giter Club home page Giter Club logo

codery's Introduction

Codery

Codery is a tool for content analysis in the social sciences.

Trying it out

Clone this repository (or download the contents and unpack), install the dependencies (below), then say:

python manage.py syncdb
python manage.py runserver

Then go to http://localhost:8000/ to get started.

Complete set-up instructions

Entering the following commands should leave you with a working version:

# install virtualenv, create a virtualenv
curl -k https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.9.1.tar.gz | tar xfz -
python virtualenv-1.9.1/virtualenv.py --no-setuptools myenv
source myenv/bin/activate

# Download, install setuptools
curl -k https://bitbucket.org/pypa/setuptools/raw/bootstrap-py24/ez_setup.py | python -

# Download, install pip
curl http://git.tiker.net/pip/blob_plain/77f959a3ce9cc506efbf3a17290d387d0a6624f5:/contrib/get-pip.py | python -

hash -r

# Download, unpack codery

curl -o codery-master.zip https://codeload.github.com/inducer/codery/zip/master
unzip codery-master.zip
# - OR -
# use git (recommended if you have it or plan on making changes)
git clone https://github.com/inducer/codery codery-master


# Install dependencies, set up database, run test server

cd codery-master
pip install -r requirements.txt
python manage.py syncdb
python manage.py runserver

Then go to http://localhost:8000/ to get started.

Dependencies

codery's People

Contributors

inducer 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.