GithubHelp home page GithubHelp logo

viniciusfs / pasted Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 1.0 128 KB

Pasted is a pastebin clone written in Python, web.py and SQLObject.

Home Page: htttp://p.oitobits.net/

Python 10.12% JavaScript 89.88%

pasted's Introduction

-- markdown --

Pasted

Pasted is a pastebin clone written in Python, it was my first Python web code ever. My personal instance is actually running at http://p.oitobits.net.

Dependencies:

  • web.py
  • SQLobject

This code is organized to run under virtual environment, if you want to run your own Pasted clone:

$ hg clone http://bitbucket.org/viniciusfs/pasted

Enter on Pasted directory and create a new virtual environment called ENV, active this new virtualenv and install all dependencies:

$ virtualenv ENV
$ source ENV/bin/activate
$ easy_install web.py pygments sqlobject

Now you can run pasted_start.py script to get a development instance:

$ python pasted_start.py

If you want to deploy a Pasted instance using Apache and mod_wsgi just copy extra/apache-wsgi-vhost.conf to your Apache folder. Don't forget to change paths and domain name to your real configuration.

Vinícius Figueiredo

pasted's People

Contributors

viniciusfs avatar

Stargazers

Katie avatar

Forkers

plutokid

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.