KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
xenial-lamp
★ 14
Open GitHub ↗
Ubuntu 16.04 + LAMP Vagrant box
Download README (.md)
Explore Similar Repositories
resumes
:
place where members could put their resumes.
CFNN
:
Code for IJCAI 2017 paper "CFNN: Correlation Filter Neutral Network for Visual Object Tracking"
kosschatbot
:
KOSS Chat Bot. WIP.
MediaPlayer
:
MediaPlayer 一款 Android 上的多媒体视频播放器,支持万能解码器!
jodel-web
:
[PHP] JodelBlue is a Web-App and Browser-Client for the Jodel App. No registration required! Browse Jodels all over the world.
// 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
xenial-lamp
?
Download (.md)
##### *** ATTENTION! This project is no longer maintained. *** Please refer to https://github.com/delysh/ubuntu-lamp # Simple LAMP Vagrant box Simple LAMP environment inside Vagrant box. Based on official `ubuntu/xenial64` box. ## In the box: - Ubuntu 16.04 - Apache 2.4 - MySQL 5.7 - PHP 7.3 - Node.js 12.x (with NPM) ### Additionally installed: - phpMyAdmin - Git - Composer - Yarn ## How to set up: Assuming that VirtualBox (https://www.virtualbox.org/) and Vagrant (https://www.vagrantup.com/) are already installed on your computer. 1. Clone or download + unzip repository 2. In your terminal go to the directory and type `vagrant up` 3. Wait (you may be prompt for system admin password) 4. Enjoy ## How to use: After setup is finished, go to http://192.168.33.10/ in your browser. You should see the `phpinfo()` page. `./www/`(or `/vagrant/www/` inside the box) is your "DocumentRoot". I recommend to keep your projects in the `projects/` folder. And make symlinks from `www/` to `public_html` folder of your project. But it’s up to you. `phpMyAdmin` is accessible at http://192.168.33.10/phpmyadmin/ Username is 'root', password - '12345678' *tested on Mac OS X 10.12.6 (Sierra) with VirtualBox v6.0.14 and Vagrant 2.2.6