KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
lempstack
★ 21
Open GitHub ↗
LEMP Installer
Download README (.md)
Explore Similar Repositories
Wordpress-Plugin--Media-Upload-Skeleton
:
A bare bones skeleton of a media upload plugin, creates the tab in the Media Upload window and allows the insertion of shortcode
sentimental
:
A simple sentiment analyzer, based on clojure-opennlp
db-vk
:
DeaDBeeF vkontakte plugin
ogg.js
:
ogg vorbis decoder in JavaScript
fs
:
The fs flow record generator / network simulator.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
lempstack
?
Download (.md)
## Introduction This repository hosts a setup script that simplies the installation of LEMP stack suitable(?) for shared-like Linux environments. Any questions or issues? Feel free to open an issue or suggest new features. ## Quick Install Run these commands as root: ``` wget https://raw.github.com/aatishnn/lempstack/master/lemp-debian.sh chmod +x lemp-debian.sh ./lemp-debian.sh ``` Check out [@mdPlusPlus 's fork](https://github.com/mdPlusPlus/lempstack) that works with Debian 8, has Let's Encrypt support and many more improvements.