Code Monkey home page Code Monkey logo

Comments (6)

manpages avatar manpages commented on July 21, 2024

In order to get more flexible system with clear structure and not to install anything that is out of repositories of my linux distributive I have done the following:
checked out the current git version
run needed scripts in /server
and afterwards -- sudo python2.7 ./convergence-notary.py -p 8490 -s 8494 -c ./mynotary.pem -k ./mynotary.key -f

from convergence.

meejah avatar meejah commented on July 21, 2024

I also had to change the setup.py script to not delete the "build" directory right after it created it; then you may set a local PYTHONPATH and PATH and use the instructions (and/or what manpages says).

You also need the "python-json" package on Debian (at least wheezy).

from convergence.

manpages avatar manpages commented on July 21, 2024

@meejah, in my opinion it's totally normal that a piece of software in pre-beta must be tweaked somehow in order to be properly installed.
I still can't see the issue here. Please tell what exactly works wrong if you check out the plain 0.03 version or else close the issue.

Jonns Mostovoys
DA234FE7

from convergence.

meejah avatar meejah commented on July 21, 2024

I guess this is just an "instructions on the wiki are wrong" bug (needs python-json added to apt-get line, and the suggested download isn't packaged as advertised) -- I just noticed I can actually edit it, so I did that.

From git, the only issue is that "python setup.py build" doesn't work like expected (as in: like nearly every other setuptools thing I've built) in that it immediately deletes the "build" directory. In my fork, I moved the wiki instructions to a README.md, fixed them and fixed the setup.py. I don't know how the distribution (.tar.gz) is created.

from convergence.

axtl avatar axtl commented on July 21, 2024

@meejah: send a pull request on the setup.py issue if you've already fixed it. You're right, the build stage shouldn't delete the build folder, only the install and clean stages.

I'm not sure why you need to keep that around though, if you install convergence that folder isn't needed anymore. If you don't want to do a global install, look into virtualenv for a better handing of the path-related bits.

from convergence.

meejah avatar meejah commented on July 21, 2024

Okay, I'll put in a request.

from convergence.

Related Issues (20)

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.