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
- Host: GitHub
- URL: https://github.com/diversen/ubuntu-base-install
- Owner: diversen
- Created: 2019-04-09T15:30:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T16:04:52.000Z (about 6 years ago)
- Last Synced: 2025-02-07T22:28:33.965Z (2 months ago)
- Topics: lamp, lamp-server, ubuntu, ubuntu-server, vagrant
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 pathThere 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