An open API service indexing awesome lists of open source software.

https://github.com/diversen/ubuntu-base-install

Ubuntu 16.04 18.04 with LAMP and nodeJS installed
https://github.com/diversen/ubuntu-base-install

lamp lamp-server ubuntu ubuntu-server vagrant

Last synced: 21 days ago
JSON representation

Ubuntu 16.04 18.04 with LAMP and nodeJS installed

Awesome Lists containing this project

README

        

# ubuntu-base-install

Bash script where I try to remember a base install of ubuntu. Works nicely if you want to setup a LAMP server that is not bloated. E.g. after a Vagrant base install of Ubuntu.

See: [16.04](16.04) or [18.04](18.04)

Includes:

* Apache2-server
* MySQL-server
* mod-php7.x
* php7.x-CLI
* common php7.x modules
* php composer
* vim, wget, rsync, lynx, git, pandoc, build-essential
* nodejs 7.x or 10.x
* Adds a /home/user/bin dir to current user.
* Adds above bin dir to path

There is also included a `.bashrc` file you can choose to use.

# Install:

git clone https://github.com/diversen/ubuntu-base-install

# Usage:

cd ubuntu-base-install/16.04

sudo ./install.sh

or

cd ubuntu-base-install/18.04

sudo ./install.sh

License: MIT