Do u know LAMP(linux) / XAMPP(windows)..??
Let's cek it on Wikipedia
LAMP is a solution stack of free, open source software. The acronym LAMP refers to the first letters of Linux (operating system),Apache HTTP Server, MySQL (database software, but now sometimes MariaDB) and originally PHP (but now sometimes Perl orPython), principal components to build a viable general purpose web server.Now,
To installing LAMP on linux Mint/Ubuntu with one Simple command u just do this command:
$ sudo apt-get install php5 mysql-server apache2
However, there's a shorter way of accomplishing that. Try:
$ sudo apt-get install lamp-server^
Or if u like things a bit more graphical, you could do:
$ sudo tasksel install lamp-server
And your LAMP is ready!
U can use this command too:
$ sudo apt-get install apache2 mysql-server php5 php5-mysql php5-cli php5-imagick php5-gd php5-mcrypt php5-curl phpmyadmin
Mungkin kamu tertarik, Baca juga yang ini!!
Loading...
0 comments:
Post a Comment