TAXIIProject / yeti

YETI is a TAXII implementation
BSD 3-Clause "New" or "Revised" License
46 stars 19 forks source link

Installed, but even 'Getting Started' does not work #84

Open nparekh-anomali opened 8 years ago

nparekh-anomali commented 8 years ago

Hi,

I followed the precise steps given in the Getting Started guide at http://yeti.readthedocs.io/en/latest/getting_started.html. I am new to Django and Yeti but I understand what we are trying to do; I seem to have minor setup issues.

I installed required python modules, I cloned the repo and I ran the django server successfully. I am neither able to access http://localhost:8080/admin (404), nor I am able to run any of the scripts in yeti/scripts.

For example, when I run "source yeti_inbox_client.bat", I get a 404. Every script gets me a 404. When I manually browse resources such as /services/inbox/, they are not there.

How can I solve this and how can we complete the getting_started guide?

MarkDavidson commented 8 years ago

@nparekh-anomali Do you have a stacktrace or output log from YETI? If you are using django's runserver this will show up in the console.

Thank you -Mark

gtback commented 8 years ago

@nparekh-anomali, depending on what you are trying to do, I would look at using https://github.com/EclecticIQ/OpenTAXII/ instead. It's more actively maintained, and more geared toward "production" use.

That said, if you figure out a bug, we're happy to accept pull requests!