🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

nicest

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nicest

nicely integrating complex education software together

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

nicest

npm version Build Status Dependency Status devDependency Status

Built with Hapi Semver Conventional Commits MIT license

nicely integrating complex education software together

About

Nicest is a setup tool for software educators. For the alpha version of the project, the focus is on agile software development tools. The system is currently able to setup Github source control, Taiga taskboard, and CIAssess continuous project assessment. In the future Nicest will add support for more tools, and integrations between tools.

Installation

  • Install Node JS version 8
  • Install Mongo Db version 3
  • Install Node Gyp
  • Run npm install -g nicest

Setup

  • Create a Github account (an existing account can also be used)

  • Register nicest as an application

    • 'Application Name', 'Homepage URL', and 'Application Description' can be anything
    • 'Authorization callback URL' must be the Host name or IP address of your computer/server
    • E.G. 'Authorization callback URL' could be 'example.com/login', 'localhost:3000/login' or '11.11.11.11/login'
    • After creating the application be sure to copy down the client id and secret token
  • Run nicest init to configure nicest

  • Run nicest user to create an admin

Start

  • Run nicest start

Stop

  • Run nicest stop

Additional Guides

Tasks

Tasks can be run from a Terminal or Command Line using nicest <task>

  • dev developer server start
  • init creates a configuration file
  • start production server start
  • stop production server stop
  • user creates a new user

Keywords

education

FAQs

Package last updated on 16 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts