Skip to content

eugenepugach/agentTest

Repository files navigation

flosum_agent

Flosum agent to work with git providers such as Github, Gitlab, Azure, BitBucket including On-premise editions.

Prerequirements

  • NodeJS 15.* (through nvm)
  • Git shell

Quick Start

To enable debug through logger you should add 'DEBUG=flosum-agent*' to .env

Get started developing

via npm

# install deps
npm install

# run api server
npm run docs

# run in development mode
npm run dev

# run tests
npm run test

Manual run on heroku

You must be logined into heroku in cli.

npm run compile
cd build
git init
git commit . -m "make it better"
heroku git:remote
git push heroku

Install Dependencies

Install all package dependencies (one time operation)

npm install

Run It

Run in development mode:

Runs the application is development mode. Should not be used in production

npm run dev

Run in production mode:

Compiles the application and starts it in production mode.

npm run build
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published