arboleya / electrify

Package your Meteor apps with Electron, and butter
MIT License
247 stars 52 forks source link

Run mongoDb files in user data path #23

Closed d62remi closed 8 years ago

d62remi commented 8 years ago

When you download a new version of the application , the data is not lost

d62remi commented 8 years ago

You can test with your .electrify/package.json :

{
  "name": "my-electrified-app",
  "main": "index.js",
  "dependencies": {
    "electrify": "2.0.0"
  },
  "dbInUserDataPath":true
}
arboleya commented 8 years ago

@d62remi Just to let you know, I'm merging this on top of other things I had running locally, and also adding little fixes here and there.

Should be released soon.

Tks

d62remi commented 8 years ago

;-)

arboleya commented 8 years ago

@d62remi I've release this preserve_db thing this week, but just now I realised that I have fucked up the merge/rebase of your commits, so this PR remains open until now and you didn't get into the contributors list. I'm sorry about that. I can't see how to fix this without messing up with the master...

arboleya commented 8 years ago

Usage here.

d62remi commented 8 years ago

There is no problem. I'm glad you included this feature ;-)

You are doing a very good job !

Thx