Can I install php 5.6.10 and mysql 5.6 in flash drive -
i want use latest version of apache php , mysql in flash drive , i'll use computer
i assume have portable development server latest versions of php , mysql ? in case idea setup virtual image vagrant:
http://docs.vagrantup.com/v2/getting-started/
my favorite ubuntu/trusty64 in case step 4 enter following terminal:
- vagrant init ubuntu/trusty64; vagrant --provider virtualbox
this setup need base system.
after mysql , php latest installation:
- either way (lamp) or
sudo apt-get install mysql-server php5-mysql
after can use flash drive everywhere have installed virtual-box. of cause can use forward ip of box , use other computers in network. see vagrant doc , virtual box doc.
hope answers question - elsewhere ask again.
Comments
Post a Comment