Coder Social home page Coder Social logo

al-hajimoto / leantime Goto Github PK

View Code? Open in Web Editor NEW

This project forked from leantime/leantime

0.0 0.0 0.0 46.89 MB

Leantime is a lean project management system for innovators. Designed to help you manage your projects from ideation to delivery.

Home Page: https://leantime.io

License: GNU General Public License v2.0

PHP 60.16% HTML 0.22% CSS 19.23% JavaScript 20.40%

leantime's Introduction

Leantime

Leantime is a lean open source project management system for startups and innovators written in PHP, Javascript with MySQL. https://leantime.io

Features:

  • Task management using kanban boards, table and calendar views
  • Idea boards & idea kanban boards
  • Research boards using the Lean Canvas
  • Milestone management using Gantt charts
  • Timesheet management
  • Retrospectives
  • Project dashboards
  • Project reports
  • Multiple user roles (client, team member, client manager, manager, administrator)
  • Two-Factor Authentication
  • Integrations with Mattermost, Slack & Zulip
  • Export timesheets, tasks and milestones to CSV
  • File storage with AWS S3 or local file system
  • Available in English, Spanish, Russian, Dutch

Screenshots

alt text alt text alt text
alt text alt text alt text
alt text alt text alt text

Installation (Production)

  • Download latest release package
  • Create an empty MySQL database
  • Upload entire directory to your server
  • Point your domain to the public/ directory
  • Rename config/configuration.sample.php to config/configuration.php
  • Fill in your database credentials (username, password, host, dbname) in config/configuration.php
  • Navigate to <yourdomain.com>/install
  • Follow instructions to install database and set up first user account

Installation (Development)

  • Install composer and npm
  • Clone repository to your local server
  • Create MySQL database
  • Run composer to load php dependencies
composer install

then

npm install

to load Javascript dependencies and finally run the grunt task to create the compiled js files

./node_modules/grunt/bin/grunt Build-All
  • Point your local domain to the public/ directory
  • Rename config/configuration.sample.php to config/configuration.php
  • Fill in your database credentials (username, password, host, dbname) in config/configuration.php
  • Navigate to <localdomain>/install
  • Follow instructions to install database and user account

Installation via Docker

We maintain an official Docker image on dockerhub. To run the image enter your MySQL credentials and execute

docker run -d -p 80:80 --network leantime-net \
-e LEAN_DB_HOST=mysql_leantime \
-e LEAN_DB_USER=admin \
-e LEAN_DB_PASSWORD=321.qwerty \
-e LEAN_DB_DATABASE=leantime \
--name leantime leantime/leantime:latest

You can set any of the config variables in config/configuration.php when running the docker command.

Once started you can go to <yourdomain.com>/install and run the installation script.

Update

  • Make sure to take a backup of your database and files
  • Replace all files in your directory with the updated version
  • If there were any database changes, the system will redirect your to <yourdomain.com>/update

Support

leantime's People

Contributors

marcelfolaron avatar bellyhold avatar hesselni avatar finitesource avatar carsteneu avatar gonztirado avatar dependabot[bot] avatar llerones avatar evanlabs avatar wiserweb avatar eckad158 avatar clementaf avatar santialsur avatar nikolasj5 avatar kevineaton avatar jjensen90 avatar ghazitriki avatar woodsdevin avatar dejanmeznarc avatar lamping7 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.