-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Are there any extra instructions for running it on Linux? #40
Comments
Hi! Did you globally install extract-mongo-schema? |
I actually did.
Then:
I'm considering trying to debug it again. Tried it at first but got lost on the IPC Renderer call. 😅 |
Hm, is your MongoDB URI accessible everywhere or is it limited to only your IP address? We will definitely look into compatibility issues with Ubuntu. We've only tested for Mac and Windows so far, but we'll definitely take a look and get back to you! |
@Judanator Something changed... I'm trying to connect to a local database: mongodb://localhost:27017/twiage On first try there is a timeout error and, after refreshing the interface, on the second try there is a deleted file error...
On the second try I see my collections are there now at least... |
@Judanator Anyway, thank you for your time and attention. This a very interesting project. Keep up the good work. Thank you very much again. |
To run it on Ubuntu am I supposed to just download source, npm i deps and npm start it?
Doing that it just hangs after entering the (local) MonggoDB URI. No errors on the console or anything.
My point is, any extra recommendations on how to make it work on Linux? I'm not sure what to do next.
The text was updated successfully, but these errors were encountered: