Go to file
Martin Donnelly 808905de20 configuring
2021-02-11 11:35:24 +00:00
data configuring 2021-02-11 11:35:24 +00:00
static configuring 2021-02-11 11:35:24 +00:00
.gitignore configuring 2021-02-11 11:35:24 +00:00
buildbot.png configuring 2021-02-11 11:35:24 +00:00
package-lock.json init 2021-02-11 10:24:10 +00:00
package.json configuring 2021-02-11 11:35:24 +00:00
README.md init 2021-02-11 10:24:10 +00:00

nci quick setting up

This repo contains sample configuration for setup nci with docker node quickly.

Clone quick setup repo, go into it and install dependencies:


git clone https://github.com/node-ci/nci-docker-node-quick-setup && cd nci-docker-node-quick-setup && npm install

run nci:


node_modules/.bin/nci

that's all, now you can experiment with it by adding/changing projects, use web interface (on http://127.0.0.1:3000 by default) for run project builds, etc.

Currently web interface doesn't support adding new projects or editing of existing projects. You have to do that by adding/editing project config file (data/projects dir). Server config file is data/config.yaml.