Skip to content

Awesome dataflow task runner for automating every day tasks with a modern web interface

License

Notifications You must be signed in to change notification settings

tympanix/artoodetoo

Repository files navigation

Artoodetoo

Awesome self-programmable task runner for automating every day tasks

Development

Prerequisites

Development requires that you have set up golang, npm and nodejs on your machine

First, get the source code with the go get utility

go get github.com/Tympanix/artoodetoo

Then install the development dependencies

cd web && npm install

Now install the @angular/cli utility

npm install -g @angular/cli@latest

Running

Build the server application using:

go build

Follow the instruction in Quick Installation to deploy the server

Now start the web application development server

cd web && npm start

Quick Installation

First, create an application secret. Type the following command:

artoodetoo secret -g

Now, create a user for the application. Execute and follow the prompt instructions:

artoodetoo user add

Now start the application itself by executing:

artoodetoo