Leantime is a lean project management system for small teams and startups helping to manage projects from ideation through delivery.
Deploy this app to Linode with a free $100 credit!
public/
directoryconfig/.env.sample
to config/.env
config/.env
<yourdomain.com>/install
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
public/
directoryconfig/configuration.sample.php
to config/configuration.php
config/configuration.php
<localdomain>/install
We maintain an official Docker image on dockerhub. To run the image enter your MySQL credentials and execute. You can pass in all the configuration variables from .env
docker run -d --restart unless-stopped -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 \
-e LEAN_EMAIL_RETURN=changeme@local.local \
--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.
<yourdomain.com>/update
This file forms part of the Leantime Software for which the following exception is added: Plugins within the /app/plugins
directory which merely make function calls to the Leantime Software, and for that purpose include it by reference shall not be considered modifications of the software.
Please login to review this project.
No reviews for this project yet.
A fast lightweight web interface for git repositories.
Gitolite allows you to setup git hosting on a central serve…
Set up your own self hosted git server on IIS for Windows. …
Comments (0)
Please login to join the discussion on this project.