Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Install from Source

Panagis Tselentis edited this page May 22, 2017 · 1 revision

Install from source

Install npm and node.js. Instructions can be found here.

Install bower, gulp and sails packages.

$ npm install bower gulp sails -g
$ git clone https://github.com/pantsel/konga.git
$ cd konga
$ npm install

After installation is finished

$ node app.js // or $node app.js --prod for production

Konga will be available at http://localhost:1337

Configuration

You can configure your application to use your environment specified settings.

There is an example configuration file on following path.

/config/local_example.js

Just copy this to /config/local.js and make necessary changes to it. Note that this local.js file is in .gitignore so it won't go to VCS at any point.

Clone this wiki locally