https://github.com/node-ci/nci-quick-setup
Sample configuration for nci deployment
https://github.com/node-ci/nci-quick-setup
Last synced: 7 days ago
JSON representation
Sample configuration for nci deployment
- Host: GitHub
- URL: https://github.com/node-ci/nci-quick-setup
- Owner: node-ci
- Created: 2016-02-07T06:09:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T16:47:17.000Z (over 6 years ago)
- Last Synced: 2025-07-24T02:39:47.229Z (8 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nci quick setting up
This repo contains sample configuration for setup
[nci](https://github.com/node-ci/nci) quickly.
Clone quick setup repo, go into it and install dependencies:
```sh
git clone https://github.com/node-ci/nci-quick-setup && cd nci-quick-setup && npm install
```
run nci:
```sh
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.
See [basic tutorial](https://github.com/node-ci/nci/blob/master/docs/tutorials/standalone-web-ui.md)
for setup and usage details.