Leantime is a lean project management system for small teams and startups helping to manage projects from ideation through delivery.
Self-host this app for $0.99/mo only!
### Leantime™ ###
Leantime is a lean open source project management system for startups and innovators. ![]() |
![]() |
![]() |
|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
public/ directoryconfig/.env.sample to config/.envconfig/.env<yourdomain.com>/installcomposer 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-Allpublic/ directoryconfig/configuration.sample.php to config/configuration.phpconfig/configuration.php<localdomain>/installWe 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>/updateThis 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.
Comments (0)
Please login to join the discussion on this project.