freight-server

0.5.1 • Public • Published

Freight Server

Learn more about Freight.

Quick Server Setup

  • Install Git on the server machine. (i.e on Ubuntu: sudo apt-get install git-core). If you want to freight track repositories via SSH, then configure proper SSH keys such that the server is able to clone the repositories.
  • Install Redis. OS X: brew install redis or Ubuntu sudo apt-get install redis-server.

Start the server:

git clone https://github.com/vladikoff/freight-server.git && cd freight-server
npm install
npm start

Server will start on port 8872. You should be able to navigate to the dashboard:

Configure

Password

Freight Server automatically configures a password for you. You can change it by modifying the dev.json file.

A password setting of "" (empty string) indicates that the Freight Server will not require a password for any actions.

Other Configuration

See config/config.js for available configuration options and environment variables. The Freight Server uses node-convict to manage configuration.

Notes

  • Do not run server as a root user. It is not safe and Bower will also complain that you are running as sudo.

Author

twitter/vladikoff
Vlad Filippov

Release History

See the CHANGELOG.

Readme

Keywords

none

Package Sidebar

Install

npm i freight-server

Weekly Downloads

0

Version

0.5.1

License

none

Last publish

Collaborators

  • vladikoff