Skip to content
dashingsat edited this page Apr 28, 2013 · 2 revisions
  • Download the latest JRE.

  • Install Mongo , run in the default port. Refer to " Mongodb windows installation " Basically the latest Mongo db package needs to be downloaded and extracted to any folder. Then it needs to be registered as a Windows service. To install it as windows service,follow the below mentioned steps.

     * Create a folder and rename it to "data". It can be created any where. This is the folder where the contents of Mongo will be stored.
    
     * Create a mongo config file. Rename it as "mongod.cfg". A refence config file is already there in this repository. It can be downloaded and re-used after changing the "logpath" and "dbpath" parameter.
    
     * start the command prompt as Administrator. ( Run as Administrator option).
    
     * Execute the command similar to this.
           " L:\Happiness\mongodb\bin\mongod.exe --config L:\Happiness\mongodb\mongod.cfg --install ".
    
     * There we go , service can be started from windows service now.
    
  • Extract the zip in this project. Then execute JavaFxApp

Clone this wiki locally