Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Orion/How Tos/Install Orion Marketplace on Localhost
This page explains how to download, install, and run Orion Marketplace on your local machine.
Prerequisites
- Download and install the current Node.js for your platform from [1].
- Pre-buit installers should contain NPM out of the box. If you decide to build from sources, you may want to use a build script. See, e. g. [2].
- Download and install Mongodb for your platform from [3].
- Clone Orion Marketplace sources from git://git.eclipse.org/gitroot/orion/org.eclipse.orion.marketplace.git
Configuration
- Depending on your platform, follow official mongodb installation guidelines: [4]
- Using the system console (or node.js command prompt in Windows) navigate to the location where you have cloned the Orion Marketplace sources. In order to install required external node.js modules, use
npm install
. - If you provided a different database name than
orion-marketplace
or wish to alter some default server settings, open theorion-marketplace.conf
configuration file and change the appropriate configuration entries.
Run the server
- Navigate to the server location and type
node app
. - The server should be running on http://localhost:3000