November 2017
Intermediate to advanced
496 pages
12h 50m
English
Start with your platform’s native package-management system, be it apt, dpkg, portage, rpm, rug, synaptic, up2date, or yum.
The first step is to install the necessary dependencies. The following instructions are for Ubuntu 16.04 (Xenial Xerus); if you’re on a different operating system, you may need to adjust both the command and the package names.
Run this command:
| | $ sudo apt install apache2 curl git libmysqlclient-dev mysql-server |
Note that you may need to run sudo apt-get update to refresh your list of available packages. Next, you’ll need to install Node, which requires a couple of steps:
| | $ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash ... |
Read now
Unlock full access