Giter VIP home page Giter VIP logo

Comments (20)

evanj avatar evanj commented on July 20, 2024

That looks like the server is working. If you go to https://localhost:8443/mitro-core/api/BuildMetadata you should get some plain text output about the build to verify that it is working.

Beyond that, you should be able to load the local debug extension and get it to connect to this server. This is super great by the way. If you want to write some "how to run a local server" documentation, I would greatly appreciate it.

from mitro.

argonius avatar argonius commented on July 20, 2024

i've tried to reach this url but still 404 :(

how to enable the debugging feature?
and yes, if it is up and running i will provide a guide for installing it on linux server system ;)

from mitro.

evanj avatar evanj commented on July 20, 2024

Hm. That must mean something isn't working right. I'll try to go through the build directions and see what must be happening, but on my machine when I run "ant server" in the mitro-core directory, it just works. There are no debugging flags to enable that (in fact, you can see it on the production server: https://www.mitro.co/mitro-core/api/BuildMetadata )

from mitro.

vijayp avatar vijayp commented on July 20, 2024

I wonder if the host header is wrong. Can you try wget with http 1.0 and
see if that works?
On 22 Aug 2014 09:38, "Evan Jones" [email protected] wrote:

Hm. That must mean something isn't working right. I'll try to go through
the build directions and see what must be happening, but on my machine when
I run "ant server" in the mitro-core directory, it just works. There are no
debugging flags to enable that (in fact, you can see it on the production
server: https://www.mitro.co/mitro-core/api/BuildMetadata )


Reply to this email directly or view it on GitHub
#53 (comment).

from mitro.

argonius avatar argonius commented on July 20, 2024

how to force http 1.0 request with wget?

from mitro.

vijayp avatar vijayp commented on July 20, 2024

I think it uses 1.0 by default. See what's logged...
On 22 Aug 2014 09:53, "argonius" [email protected] wrote:

how to force http 1.0 request with wget?


Reply to this email directly or view it on GitHub
#53 (comment).

from mitro.

argonius avatar argonius commented on July 20, 2024

no it uses 1.1 :/

from mitro.

vijayp avatar vijayp commented on July 20, 2024

Try curl -0
On 22 Aug 2014 10:33, "argonius" [email protected] wrote:

no it uses 1.1 :/


Reply to this email directly or view it on GitHub
#53 (comment).

from mitro.

argonius avatar argonius commented on July 20, 2024

still the same problem:

<title>Error 404 </title>

HTTP ERROR: 404

Problem accessing /mitro-core/. Reason:

    Not Found


Powered by Jetty://

from mitro.

vijayp avatar vijayp commented on July 20, 2024

You have to load the build metadata page
On 22 Aug 2014 10:47, "argonius" [email protected] wrote:

still the same problem:

Error 404

HTTP ERROR: 404

Problem accessing /mitro-core/. Reason:

Not Found

Powered by Jetty://


Reply to this email directly or view it on GitHub
#53 (comment).

from mitro.

argonius avatar argonius commented on July 20, 2024

sorry, now i get:

commit: a7e7827
describe: fatal: No names found, cannot describe anything.

from mitro.

evanj avatar evanj commented on July 20, 2024

Perfect! That sounds like success, and looks like I need to fix the build script to remove the "git describe" output. :)

So this means the server is running. You will also need to have a local postgres instance running, with a database called "mitro" that is accessible without a password on localhost. If you have that, your local server will probably work.

from mitro.

argonius avatar argonius commented on July 20, 2024

ok, great. but how to proceed? i think i have to create a user, so i can use the server from my firefox
plugin?

from mitro.

evanj avatar evanj commented on July 20, 2024

Right. If you build the local extension (make firefox-debug in the browser-ext/login directory), and load that, it will talk to the local server, and you can use the "sign up" flow to create a user like you normally would. You will need to visit the local server first, in order to get Firefox to trust the unsigned SSL certificate.

from mitro.

kristofer avatar kristofer commented on July 20, 2024

so I ftp'd the release.xpi that I built for firefox from my server down to my machine. I added it to firefox from the Add-on page, (Add on from file...) and it get loaded without problems.

I browse to the front page on my mitro server and I get the 404 like above.

my buildmetadata page acts like normal.
When I click on the mitro icon in my tool bar on firefox, I get a pop-up panel, that is blank?

from mitro.

evanj avatar evanj commented on July 20, 2024

If you downloaded "release.xpi", that should be talking to the public mitro server. You want "debug.xpi" to talk to your local server.

I just tried it with an old version of Firefox (30), and it worked. If you are getting the blank panel, this could be related to the Firefox 32 bug that causes Mitro not to work on recent versions of the browser? You should definitely try using the debug version, since it has un-minified javascript, so you might actually be able to figure out what the error is.

from mitro.

klochner avatar klochner commented on July 20, 2024

As someone who never used mitro pre-acquisition, it would be helpful to know how the flow is expected to work. This doesn't function as a standalone web app?

I was able to boot the metadata page, so now what? Is there really no admin interface?

from mitro.

evanj avatar evanj commented on July 20, 2024

Admin interface? No. We didn't have any need for it. If you got the server
running, you should be able to load a debug extension and click "create
account", which will create an account on your localhost server.

Evan

On Mon, Oct 27, 2014 at 2:58 AM, kevin lochner [email protected]
wrote:

As someone who never used mitro pre-acquisition, it would be helpful to
know how the flow is expected to work. This doesn't function as a
standalone web app?

I was able to boot the metadata page, so now what? Is there really no
admin interface?


Reply to this email directly or view it on GitHub
#53 (comment).

Evan Jones
http://evanjones.ca/

from mitro.

klochner avatar klochner commented on July 20, 2024

Is the design doc comprised mostly of unfinished plans?

https://github.com/mitro-co/mitro/blob/master/PasswordManagerDesign.pdf?raw=true

"An organization’s administrators can access and edit anything that belongs to an organization (accounts/secure notes, and groups). This way they can see what services their organization is using, can access accounts if someone leaves, and can reset passwords."

from mitro.

evanj avatar evanj commented on July 20, 2024

Yeah, mostly. Much of the underlying infrastructure is there, and some of the UI was finished, but at this point we've disabled all of the organizations support because it was buggy and caused too many customer support issues.

from mitro.

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.