Create diagrams and visualizations using text and code. Powered by mermaid.js.
- Apache / nginx
- SSL support
- PHP ≥ 8.1
- MariaDB ≥ 10.2.3 or Postgresql ≥ 9.5 or SQLite with JSON1 extension
- Crontab (to update cached statistics)
- GIT
cd <vhost-folder>
git clone https://github.com/<username>/telegram-mermaid.git
cd telegram-mermaid
cp .env.example .env
- Edit the
.env
file with your preferences wget https://getcomposer.org/download/latest-2.x/composer.phar
php composer.phar install
sudo chmod -R 775 bootstrap/
sudo chmod -R 775 storage/
php artisan migrate
php artisan nutgram:register-commands
php artisan nutgram:hook:set https://<domain>.<tls>/hook
This project will be updated in production at every pushed tag to master branch.
Check this github workflow: deploy.yml
Please see the changelog.md for more information on what has changed recently.
Please see the LICENSE.md file for more information.