Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


A beautiful, open-source pastebin - Page 2
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

A beautiful, open-source pastebin

2»

Comments

  • Run the create database script. I don't see any other script than the create-db.py script?

  • @taronyu said: Run the create database script. I don't see any other script than the create-db.py script?

    I mean, why are the script's files in a public directory?

  • Doesn't matter for the time right? It was easier for me to locate everything on 1 place and move things afterwards. I always do it like that tbh.

  • draziloxdrazilox Member
    edited February 2013

    @david_p said:

    I want to throw this out here; ZeroBin,
    http://sebsauvage.net/paste/

    My favorite so far.. wanted to share the love.

    That is actually really nice pastebin. Took that to use.

  • k but enjoy people having access to your config.ini

    anyway I don't get that error when running create-db.py, make sure you have redis-server and python-redis installed

  • @gubbyte said: k but enjoy people having access to your config.ini

    anyway I don't get that error when running create-db.py, make sure you have redis-server and python-redis installed

    Don't worry, I will move everything away, change password etc.

    This is what I have installed (just to be safe I installed everything after python-redis and redis didn't worked)

    hiredis.i686 : A minimalistic C client library for Redis
    hiredis-devel.i686 : Header files and libraries for hiredis C development
    php-redis.i686 : Extension for communicating with the Redis key-value store
    python-redis.noarch : A Python client for redis
    redis.i686 : A persistent key-value database

  • Is the redis server started? run "redis-server"

  • AdducAdduc Member
    edited February 2013

    @taronyu, I had the same issue as you. I believe python-redis packaged in the repos is a little older than what is required. If you have pip installed pip install redis or python-pip install redis should help to resolve the dependency.

  • It wasn't started, but same error.

  • @Adduc said: @taronyu, I had the same issue as you. I believe redis packaged in the repos is a little older than what is required. If you have pip installed pip install redis or python-pip install redis should help to resolve the dependency.

    I added --upgrade to it and I received a error from sqlalchemy. I did an upgrade trough pip and it worked :D

  • Cool stuff, thanks

  • NyrNyr Community Contributor, Veteran

    @Nikki accounts are planned :)

  • Oh Python... Damn
    I really like the frontend though

  • Wow gubbyte is giving a bit of help to someone... (in addition to the normal pithy pompous sarcastic put-downs)

  • @twain said: Wow gubbyte is giving a bit of help to someone... (in addition to the normal pithy pompous sarcastic put-downs) LOL

  • @twain said: Wow gubbyte is giving a bit of help to someone... (in addition to the normal pithy pompous sarcastic put-downs)

    http://www.bbc.co.uk/news/10725415
    http://news.sky.com/story/706426/send-us-your-videos-and-photos
    http://edition.cnn.com/feedback/forms/form11b.html

  • lawllawl Member
    edited February 2013

    I want to show of my paste bin too!
    http://paste.dumbinter.net/
    Not really beatuful, but client-side encrypted.
    Source: https://github.com/lawl/dumpaste

    It's very lowendish. I think the whole thing nearly no ram. But code quality is also lowend. Oh and best of all: It's not PHP :)

    But I do have to say: your design is awesome.

  • @Nyr

    I like great simple design and the way it works but there at least two things which I don't like:

    1. did you maybe try to open your page with NoScript in Firefox? I don't mind javascript but if the page is just empty without javascript, something is really wrong. a simple message that the page requires javascript would be enough. I opened the page only because other people gave positive comments.

    2. you are stealing my Ctrl+L! That is default key combination in Chrome/Firefox to select address bar. Absolutely no go to steal that.

  • NyrNyr Community Contributor, Veteran

    @komo I will pass both suggestions to the developer :)

  • DavidxDavidx Member
    edited February 2013
  • Thanks for the share!

Sign In or Register to comment.