Skip to content

vinicius73-forks/simplesh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleSH CLI Tools Sytem Ubuntu Build Status

Hello, see how easy it is to install any application through Simple SH, with one command you perform the installation of your application dependencies.

Running 👍

Just run the following code in the terminal:

cd ~/Downloads
rm -rf simplesh-master/
wget -qO- -O simplesh.zip https://github.com/rafaelstz/simplesh/archive/master.zip
unzip simplesh.zip && rm simplesh.zip
cd simplesh-master/ 
clear;
bash simple.sh

List of contents

See the complete list of commands and applications what is includes inside of the simple.sh.

System

  • indicator.sh - Install the system load indicator.
  • ohmyzsh.sh - Install the oh-my-zsh.
  • phonegap.sh - Install the Phonegap easily.
  • update.sh - Keep the list of sources updated.
  • upgrade.sh - Make your system updated.
  • vim.sh- Install the vim editor.

Server Side

  • ajenti.sh - Install the Ajenti admin panel.
  • lamp.sh - Install the LAMP stack (Linux + Apache + MySQL + PHP).
  • n98.sh - Install the n98 magerun cli tools for Magento Developers.
  • nginx.sh - Install the LEMP stack (Linux, Nginx, MySQL + PHP).
  • wpcli.sh- Install the WP CLI - command line interface for WordPress.

Desktop

How can you help?

  • Add new commands.
  • Send me some proposals if you miss anything.
  • Create issues if you find a bug or missing a feature.

License

MIT © 2016 Rafael Corrêa Gomes and contributors

Packages

No packages published

Languages

  • Shell 100.0%