Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install instructions #1

Open
ProphetX10 opened this issue May 18, 2013 · 3 comments
Open

Install instructions #1

ProphetX10 opened this issue May 18, 2013 · 3 comments

Comments

@ProphetX10
Copy link

I have installed all of the pre-req's for this and also changed the variables the guide calls for in setting-examples.py and changed this to settings.py, however I'm not familiar with Django

But I seem to have some issue possibly with jsonrpc and django set up because when I click on one of the two options I get "bad request"

index.html is here: http://166.78.249.157/

the send btc link" http://166.78.249.157/%7B%%20url%20'deposit'%20%%7D

it's result:

Bad Request

Your browser sent a request that this server could not understand.

@ProphetX10
Copy link
Author

I'm getting a little help from a friend who has used django... so I will post here as I progress, perhaps some of this can be documented for others, as the instructions really are a bit unclear and there are a few moving parts involved.

so far I have got to here now:

http://166.78.249.157:81/

by running:

python manage.py runserver 0.0.0.0:81

as you can see there are a bunch of errors, I'll try to work through these later today or tomorrow.

@ProphetX10
Copy link
Author

in settings.py

this field needs to be changed to the local setting:

DATABASES = {
'name' // this needs to be a path to a DB on the server; don't yet understand how to set that up for testing

TEMPLATE_DIRS = (

this also needs to be changed:

SECRET_KEY =

@ProphetX10
Copy link
Author

i get this error after clicking submit to send BTC to an ripple address, clearly b/c there is no DB set up

DatabaseError at /bcin/
no such table: pythonnexus_bitcoininentry
Request Method: POST
Request URL: http://166.78.249.157:81/bcin/
Django Version: 1.5.1
Exception Type: DatabaseError
Exception Value:
no such table: pythonnexus_bitcoininentry
Exception Location: /usr/local/lib/python2.7/dist-packages/django/db/backends/sqlite3/base.py in execute, line 362

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant