# builder **Repository Path**: mirrors_openlayers/builder ## Basic Information - **Project Name**: builder - **Description**: OpenLayers 3 builder - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ol3 builder A build service for OpenLayers 3. Work in progress. ## installation Dependencies are managed with `npm`: npm install With dependencies installed, you can start the server. npm start When starting the server, new OpenLayers 3 releases will be downloaded. This may take some time (the server will start immediately, but may be less responsive if your connection is saturated during the downloads). ## configuration More configuration options to come. For now, the `config.json` file includes a list of releases. When a new release comes out, edit `config.json` with the name and URL for the release (archive of complete source, not release artifacts) and restart the server. [![Current Status](https://travis-ci.org/openlayers/builder.svg?branch=master)](https://travis-ci.org/openlayers/builder) ## server details * address `74.208.127.55` * service `openlayers-builder` (in `/etc/init.d/openlayers-builder`) To start `service openlayers-builder start`.