Skip to content
forked from Mar2zz/LaSi

LaSi is short for: Lazy admin Scripted Installers. Aim is to create 'easy' walkthrough-installers written in Bash for programs that are not inside official *nix-repo's, but for example only on Github or Googlecode. Main focus is headless servers (right now *buntu-based).

License

Notifications You must be signed in to change notification settings

muratmeran/LaSi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaSi: Lazy admin Scripted installers

# Author:  Mar2zz
# blogs: mar2zz.tweakblogs.net
# License: GNU GPL v3
# 
# please report bugs/issues @
# https://github.com/Mar2zz/LaSi/issues

The purpose of the main script LaSi(_syn).sh is to present a menu
in the terminal. This menu presents some info about installable
programs and those programs can be installed from
this menu.

INSTALL UBUNTU:
Make LaSi.sh executable with sudo chmod +x LaSi.sh
and execute with: ./LaSi.sh

or completely by commandline:
wget http://dl.dropbox.com/u/18712538/LaSi/LaSi.sh
sudo chmod +x LaSi.sh
./LaSi.sh

INSTALL SYNOLOGY:
wget http://dl.dropbox.com/u/18712538/Synology/LaSi_syn.sh
sh LaSi_syn.sh

USAGE:
When choosing a program LaSi will show some info about it
and the option to install it. If choice is 
install program X LaSi will install the latest versions of
those programs.

The installation is questiondriven.

The goal is to create a simple way to install 
programs that are not inside repo's,
but for example only on Github or googlecode.

The programs I chose are mainly written for media 
entertainment and centered around Sabnzbd and postprocessing.
They work best on headless linuxservers or dedicated linux HTPC's.

For all program's daemons will be enabled so they will run @ boot.
Programs can be uninstalled with sudo apt-get remove (or purge) programname.

Programs supported Ubuntu:

* Beets
-- Musicmanager (pip install)
URL: http://beets.radbox.org

* CouchPotato
-- Moviedownloader (git)
URL: http://couchpotatoapp.com/

* Headphones
-- Musicdownloader (git)
URL: https://github.com/rembo10/headphones.git

* Mediafrontpage
-- HTPC Organizer (git)
URL: http://mediafrontpage.net

* Sabnzbdplus
-- NZB downloader
URL: http://sabnzbd.org

* SickBeard
-- TV Showdownloader (git)
URL: http://sickbeard.com/

* Spotweb
-- Dutch usenetcommunity (git)
https://github.com/spotweb/spotweb

* Subliminal
-- Subtitle searcher (pip install)
URL: https://github.com/Diaoul/subliminal

* Transmission
-- Torrent client (apt)
URL: http://www.transmissionbt.com/

* XBMC
-- HTPC software (apt)
URL: http://www.xbmc.org


############################
Programs supported Synology:
* Spotweb
* Periscope
* Mediafrontpage
* Sickbeard
* Couchpotato
* Headphones
############################


##############################################################
##############################################################


" Lazy admin Scripted installers -----------------------"
"                    ___           ___                  "
"                   /\  \         /\__\                 "
"                  /::\  \       /:/ _/_       ___      "
"                 /:/\:\  \     /:/ /\  \     /\__\     "
"  ___     ___   /:/ /::\  \   /:/ /::\  \   /:/__/     "
" /\  \   /\__\ /:/_/:/\:\__\ /:/_/:/\:\__\ /::\  \     "
" \:\  \ /:/  / \:\/:/  \/__/ \:\/:/ /:/  / \/\:\  \__  "
"  \:\  /:/  /   \::/__/       \::/ /:/  /     \:\/\__\ "
"   \:\/:/  /     \:\  \        \/_/:/  /       \::/  / "
"    \::/  /       \:\__\         /:/  /        /:/  /  "
"     \/__/         \/__/         \/__/         \/__/   "

"----------------------------------------------- Mar2zz "
	 
##############################################################
##############################################################	 


About

LaSi is short for: Lazy admin Scripted Installers. Aim is to create 'easy' walkthrough-installers written in Bash for programs that are not inside official *nix-repo's, but for example only on Github or Googlecode. Main focus is headless servers (right now *buntu-based).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published