Git Product home page Git Product logo

davgit / vindigo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from csh3323/vindigo

0.0 0.0 0.0 8.15 MB

๐Ÿ“ A brand new kanban inspired planning tool for all your projects. ๐Ÿ’ป ๐Ÿšง UNFINISHED ๐Ÿšง

Home Page: https://vindigo.app

License: MIT License

JavaScript 3.17% Batchfile 0.09% TypeScript 50.53% HTML 0.67% Vue 43.63% Dockerfile 0.27% Shell 0.17% Handlebars 1.47%

vindigo's Introduction

Vindigo


๐Ÿšง DISCLAIMER ๐Ÿšง

This project is currently in early development and is currently not useable in any way, shape or form. Do not use in production!

Once the project is in a more stable shape, contribution guidelines will be published as well. Stay tuned!

Introduction

Vindigo is a next generation planning tool focused on productivity and usability for your team.

At its core, Vindigo offers an efficient way of creating, listing, and viewing your projects tasks. Inspired by other great planning tools, vindigo provides you with plenty of customization and extensibility, allowing it to fit your specific needs.

Features

  • Implements an easy to use task hierarchy (Boards - Lists - Tasks)
  • Instant live syncing across multiple browsers
  • User and account management on a per-board basis
  • Self hosted for full control over your data and setup
  • Support for theming and customized themes
  • Extensible with plugins and an easy to use API
  • Fully open source and licensed under MIT

Docker installation

You can find the production ready vindigo image on Docker Hub. Visit the docker hub page for instructions on how to run Vindigo using docker directly or using docker-compose.

Manual installation

Prerequisites

Vindigo is built using node which means you will need to install NodeJS version 12 or higher. Make sure you also also have npm, the package manager for node (it usually comes bundled directly with node).

Setup

First, obtain a copy of Vindigo by cloning it from this repo

git clone https://github.com/ExodiusStudios/vindigo.git

Once you have obtained a local copy from github, run the following command to prepare your instance.

npm install -g yarn  # Install the yarn package manager

You can now use the CLI to further proceed with the installation of Vindigo.

Windows (Command Prompt)

.\vindigo init

Unix based systems (Bash)

chmod +x ./vindigo  # Grant execution permission to the CLI
./vindigo init

Using the CLI (Command-line Interface)

The CLI provides many useful commands allowing you to manage your Vindigo setup. In order to launch Vindigo, run the following command.

./vindigo start

Vindigo will be started in the background and can now be accessed on http://localhost:8085.

The CLI provides many more commands used to manage your Vindigo setup. The following snippet is directly generated from ./vindigo help.

./vindigo <cmd> [options]

Commands:
  vindigo start                Launch the Vindigo server
  vindigo stop                 Terminate the Vindigo server
  vindigo restart              Restart the Vindigo server
  vindigo status               Show the current daemon status
  vindigo run                  Start the Vindigo server in the foreground
  vindigo init                 Configure your Vindigo installation
  vindigo update               Perform update scripts
  vindigo check-version        Query the latest version of Vindigo
  vindigo migrate:make <name>  Create a new migration
  vindigo migrate:apply        Apply all pending migration
  vindigo migrate:rollback     Rollback the previous migration
  vindigo migrate:status       Display migration information
  vindigo migrate:generate     Generate required code files

Options:
  --version  Show version number
  --json     Print out all messages in JSON form
  --help     Show help

Updating Vindigo

Updating Vindigo is simple using the built-in updater script. The process of applying updates differs slightly depending on how you downloaded Vindigo.

Local Git repository

If you installed Vindigo by cloning the GitHub repository, the first step is to pull the latest changes.

git pull

Once you're on the latest version, proceed by running the updater script.

./vindigo update

Direct download

If you downloaded Vindigo directly, the steps to update vindigo are as follows.

  1. Download the latest version of Vindigo
  2. Copy the data directory into the new Vindigo installation
  3. Run ./vindigo update in the new installation

You can now remove the old Vindigo installation directory, however it is recommended to always back-up the data directory in case of accidental loss.

Development setup

Before you can start contributing to Vindigo, make sure to follow the installation tutorial.

Run development setup

During development you might want to enable live compiling, to do so run the following commands in separate terminals.

yarn workspace vindigo-server watch  # Automatically compile & start the server
yarn workspace vindigo-client watch  # Launch a Webpack dev server
yarn workspace vindigo-cli watch     # Automatically compile the CLI

You can now access Vindigo on http://localhost:8080.

Any changes made to the code will result in your changes being compiled live. Keep in mind while the CLI is automatically compiled you will still need to execute it manually.

Developing with VSCode

When your editor of choice is Visual Studio Code, you will be able to find pre defined tasks you can use during development.

Simply navigate to Terminal > Run Task... and select which operation you want to execute.

Publishing contributions

TODO: Code of Conduct

License

MIT

Copyright (c) 2020-present, Julian Mills

vindigo's People

Contributors

densorius avatar dependabot[bot] avatar exodiusofficial avatar itsmateo avatar jackson-bean avatar jordandi123 avatar macjuul avatar tjalp avatar weblate avatar welpie21 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.