Skip to content

Latest commit

 

History

History
151 lines (98 loc) · 2.31 KB

Azkfile.md

File metadata and controls

151 lines (98 loc) · 2.31 KB

Huginn :: Azkfile.js

Systems

Production

1) huginn-prod

  • huginn production web site

2) huginn-worker

  • huginn production worker

3) mysql

  • database

Development

4) huginn-dev

  • huginn development web site

5) huginn-dev-worker

  • huginn development worker

Deploy

6) deploy

  • full deploy on Digital Ocean

7) fast-deploy

  • fast deploy changes on Digital Ocean

Start azk

# easy install
curl -Ls http://azk.io/install.sh | bash

start production version

# easy start
azk start

start development version

# start and open URL
azk start -R huginn-dev-worker && azk start -R huginn-dev -o

deploy production to Digital Ocean

We are using this system to deploy: https://github.com/azukiapp/docker-deploy-digitalocean

azk shell deploy

How to run

Configuring OAuth applications before you can use services on Huginn. Edit your .env file in your root folder. More info at https://github.com/cantino/huginn/wiki/Configuring-OAuth-applications


Other azk commands

stop all containers

$ azk stop

restart all container

$ azk restart

restart and reprovision all container

$ azk restart -Rvv

check logs

$ azk logs

info on containers

$ azk info

more on azk

Contribute to azk

Stay in touch with the azk team