Giter Site home page Giter Site logo

davgit / nosqlclient-electron Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nosqlclient/nosqlclient-electron

0.0 1.0 0.0 652 KB

Scaffold for electron packaging of Mongoclient, can be used with most of the MeteorJS applications

Home Page: https://github.com/mongoclient/mongoclient

License: GNU Affero General Public License v3.0

JavaScript 91.84% HTML 8.16%

nosqlclient-electron's Introduction

Nosqlclient, Electron Packaging Scaffold

Scaffold for electron packaging of Nosqlclient, can be used with the MeteorJS applications

Steps

  1. Bundle nosqlclient with command: meteor build --server --directory <output> and put contents into app folder. (app folder should have programs, server etc..)
  2. Copy contents of C:\Users\Sercan\AppData\Local\.meteor\packages\meteor-tool\<version>\mt-os.windows.x86_32\dev_bundle\server-lib\node_modules to app\programs\server\node_modules
  3. Copy Node (4.8.4) to bin folder
  4. Copy Mongod (>= 3.2.6) to bin folder
  5. Run npm install on scaffold directory

Steps to RUN directly

  • Run: npm install -g electron
  • Run: electron .

Steps to PACKAGE

  • Run: npm install -g electron-packager
  • Run: electron-packager . Nosqlclient --appVersion=2.0.0 --buildVersion=2.0.0 --icon=D:\git\mongoclient_packaged\app\programs\web.browser\app\logo\head.ico --overwrite --out=D:\git\mongoclient_packaged\packaged --electronVersion=1.7.5

Steps to AFTER-PACKAGE - Optional for short and clean paths, especially on Windows build)

  • Run: npm install -g [email protected]
  • Run: cd my/app/path/resources/app
  • Run: modclean -n default:safe,default:caution

License

Licensed under AGPL v3.0

nosqlclient-electron's People

Contributors

rsercano avatar

Watchers

 avatar

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.