dev-resources.site
for different kinds of informations.
Private Deployment Gantt chart Project management tools
Published at
3/15/2024
Categories
deploy
gantt
project
plan
Author
lizhichao
Author
9 person written this
lizhichao
open
Dependent Components
Database mysql
Deployment Steps
- Go to download the corresponding installation file from https://gantt-online.com/deploy and unzip it
- Enter the unzipped folder in the command line window and modify the configuration content of
conf.yaml
- Execute the command
./gantt-online -c
to get the client token (root permission is required on Linux) - Copy the token from Step 3 to create a license authorization code
- Copy the license created in Step 4 and fill it into the configuration file
conf.yaml
- Initialize the service
./gantt-online -i -f conf.yaml
(root permission required on Linux) - Start the service
./gantt-online -f conf.yaml
(root permission required on Linux)
If on Windows, the command
./gantt-online
needs to be changed togantt-online.exe
Daemon Process Running Method
Linux
Recommends Using systemd
Shortcut ( ./gantt-online -f conf.yaml &)
Recommend using the following method
Copy code
#/usr/lib/systemd/system/gantt-online.service
#sudo systemctl daemon-reload
[Unit]
Description=zz plan
[Service]
Type=simple
# Fill in the absolute path of your running file and configuration below
ExecStart=/home/gantt/start -f /home/gantt/conf.yaml
Restart=always
RestartSec=9
User=root
Group= root
[Install]
WantedBy=multi-user.target
- Enable the service
systemctl enable gantt-online.service
- Start the service
systemctl start gantt-online.service
- Stop the service
systemctl stop gantt-online.service
- Restart the service
systemctl restart gantt-online.service
mac
( ./gantt-online -f conf.yaml &)
or use launchctl
to manage
windows
Can use nssm
for service management
Dependent Components
Database mysql
Deployment Steps
- Go to download the corresponding installation file from https://gantt-online.com/deploy and unzip it
- Enter the unzipped folder in the command line window and modify the configuration content of
conf.yaml
- Execute the command
./gantt-online -c
to get the client token (root permission is required on Linux) - Copy the token from Step 3 to create a license authorization code
- Copy the license created in Step 4 and fill it into the configuration file
conf.yaml
- Initialize the service
./gantt-online -i -f conf.yaml
(root permission required on Linux) - Start the service
./gantt-online -f conf.yaml
(root permission required on Linux)
If on Windows, the command
./gantt-online
needs to be changed togantt-online.exe
Daemon Process Running Method
Linux
Recommends Using systemd
Shortcut ( ./gantt-online -f conf.yaml &)
Recommend using the following method
Copy code
#/usr/lib/systemd/system/gantt-online.service
#sudo systemctl daemon-reload
[Unit]
Description=zz plan
[Service]
Type=simple
# Fill in the absolute path of your running file and configuration below
ExecStart=/home/gantt/start -f /home/gantt/conf.yaml
Restart=always
RestartSec=9
User=root
Group= root
[Install]
WantedBy=multi-user.target
- Enable the service
systemctl enable gantt-online.service
- Start the service
systemctl start gantt-online.service
- Stop the service
systemctl stop gantt-online.service
- Restart the service
systemctl restart gantt-online.service
mac
( ./gantt-online -f conf.yaml &)
or use launchctl
to manage
windows
Can use nssm
for service management
deploy Article's
30 articles in total
How to Deploy a Static Website to AWS S3 with Razorops CI/CD
read article
Pipeline CD en Jenkins para terraform AWS EKS segunda parte (plugin AWS Credentials)
read article
Kamal 2 Quick Start - the missing tutorial
read article
Evento de Mobile, Frontend, Backend, Banco de Dados e Deploy Gratuito
read article
Deploy a Static Astro Site on Railway
read article
Deploy a PHP site to Railway
read article
Added advanced debugging features to my machine learning library like pytorch.
read article
When Companies Adopt Feature Flags
read article
Why should you have a Staging environment?
read article
How to Deploy Flutter Apps to the Google Play Store and App Store
read article
Deploy MongoDB Replica Set on K8s
read article
Deploy Go Application using Docker Compose Replicas and Nginx
read article
Despliegue de aplicación de Django con Github Actions para un servidor propio
read article
Common and Useful Deployment Patterns
read article
From Frustration to Fix: Conquering Vercel Errors Like a Pro
read article
Efficient Data Management with Prisma, Fly.io, and LiteFS Configuration
read article
Deploying Forem on Render.com PromptZone.com
read article
My Docker stack to deploy a Django + Celery web app
read article
Firebase Hosting Setup Complete Issue
read article
Deploy an Azure Functions app from a monorepo with a GitHub Action for Node.js
read article
DevOps, como começar? ...e por que?
read article
Kotlin and Azure Functions - Automating the deployment
read article
Private Deployment Gantt chart Project management tools
currently reading
Laravel Deployer Free package for laravel and nodejs apps Deployment
read article
Don't Couple Your Deployments
read article
Six niche tips for shipping Flutter MacOS builds
read article
Deploying a Static Site (feat.Vite, gh-pages)
read article
Deploy Express App to Render with MySQL
read article
Deploying on Netlify via GitHub Actions: A Seamless Guide
read article
AWS CodeDeploy Best Practices for Reliable and Efficient Deployments
read article
Featured ones: