Skip to content

Instantly share code, notes, and snippets.

View UbuntuEvangelist's full-sized avatar
🏠
Working from home

Masum UbuntuEvangelist

🏠
Working from home
View GitHub Profile
@UbuntuEvangelist
UbuntuEvangelist / lampstack.sh
Created December 21, 2020 09:10 — forked from LinuxFintech/lampstack.sh
I Will Do LAMP Stack Engineering (Contact With Me)
If you need LAMP Stack srtup contact with me:
Email: [email protected]
Telegram:LinuxFintech
Skype: https://join.skype.com/Xgxp7aNBOItS
Imo: +8801735917013
WhatsApp: +8801735917013
sudo apt install apache2
sudo apt install mysql-server
@UbuntuEvangelist
UbuntuEvangelist / LEMP.sh
Created December 13, 2020 18:00 — forked from oralinnet/LEMP.sh
nstall Linux, Nginx, MySQL, PHP (LEMP stack) on Ubuntu
If youu need LEMP Setup in Linux contact with me:
Skype: rakibul.raju90
Telegram:+880 1736863870
WhatsApp:+880 1736863870
Email:[email protected]
https://about.me/oralin/
===========================================================================================================
# Step 1 Install Ngixn server
@UbuntuEvangelist
UbuntuEvangelist / Git.sh
Created December 10, 2020 11:19 — forked from LinuxFintech/Git.sh
Git Distributed Version-Control System
If you need anything related with Git, GitHub and GitLab contact with me:
Email: [email protected]
Telegram:LinuxFintech
Skype: https://join.skype.com/Xgxp7aNBOItS
Imo: +8801735917013
WhatsApp: +8801735917013
For setup and configure git run below commands:
sudo add-apt-repository ppa:git-core/ppa
# !/bin/sh
# Install Packages
sudo apt update
python3 -V
sudo apt install python3-django
django-admin --version
#Install Virtual Environment
sudo apt update
@UbuntuEvangelist
UbuntuEvangelist / forma lms.sh
Created December 9, 2020 17:40 — forked from oralinnet/forma lms.sh
Install Forma Learning Management System (LMS) On Ubuntu
If youu need Forma LMS Setup in Linux contact with me:
Skype: rakibul.raju90
Telegram:+880 1736863870
WhatsApp:+880 1736863870
Email:[email protected]
https://about.me/oralin/
===========================================================================================================
sudo apt install apache2
apache2 -v
@UbuntuEvangelist
UbuntuEvangelist / hashtopolis.sh
Created December 9, 2020 17:36 — forked from oralinnet/hashtopolis.sh
Hashtopolis install on your Linux
If youu need Hashtopolis Setup in Linux contact with me:
Skype: rakibul.raju90
Telegram:+880 1736863870
WhatsApp:+880 1736863870
Email:[email protected]
https://about.me/oralin/
===========================================================================================================
# Step 1 Install Apache Server
@UbuntuEvangelist
UbuntuEvangelist / TastyIgniter.sh
Created December 2, 2020 16:21 — forked from oralinnet/TastyIgniter.sh
TastyIgniter install on ubuntu
If youu need TastyIgniter Setup in Linux contact with me:
Skype: rakibul.raju90
Telegram:+880 1736863870
WhatsApp:+880 1736863870
Email:[email protected]
https://about.me/oralin/
===========================================================================================================
# Step 1: Install Apache2 HTTP Server

Mastodon Docker Setup

Setting up

Clone Mastodon's repository.

# Clone mastodon to ~/live directory
git clone https://github.com/tootsuite/mastodon.git live
# Change directory to ~/live

cd ~/live

@UbuntuEvangelist
UbuntuEvangelist / TastyIgniter Setup.md
Created November 17, 2020 11:31 — forked from cwilby/TastyIgniter Setup.md
TastyIgniter Setup.md

TastyIgniter

TastyIgniter is a self-hosted, open source order management system to give businesses a way to provide online pickup/delivery for their customers.

Quickstart

Phase 1 - Application Setup

  • Create a LEMP Droplet on DigitalOcean.
  • Create an A record in your domain's DNS settings that points your domain name to your droplet's IP address.
@UbuntuEvangelist
UbuntuEvangelist / tastyigniter.sh
Created November 17, 2020 11:30 — forked from linuxbiekaisar/tastyigniter.sh
how to install tastyigniter on Ubuntu 18.04 LTS
# Youtube: https://studio.youtube.com/video/ltlGdKRJSuo/edit
# !/bin/bash
#Install Apache2
sudo apt update
sudo apt install apache2
sudo systemctl start apache2.service
sudo systemctl enable apache2.service
sudo systemctl restart apache2.service