Description:
Update README.rdoc
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r861:b967d2a3a85c - - 1 file changed: 1 inserted, 1 deleted
@@ -58,13 +58,13 | |||
|
58 | 58 | |
|
59 | 59 | === 3. Install necessary package and nodejs |
|
60 | 60 | |
|
61 | 61 | |
|
62 | 62 | First, we install required package via apt. |
|
63 | 63 | |
|
64 |
- cafe@grader:~$ sudo apt install git libmysqlclient-dev default-jdk unzip php-cli apache2 |
|
|
64 | + cafe@grader:~$ sudo apt install git libmysqlclient-dev default-jdk unzip php-cli apache2 apache2-dev | |
|
65 | 65 | |
|
66 | 66 | Next, we need nodejs. Depends on your ubuntu version, the step to install correct version of nodejs differs. |
|
67 | 67 | |
|
68 | 68 | ==== 3.1 Install nodejs on Ubuntu 18.04 |
|
69 | 69 | |
|
70 | 70 | Since nodejs that comes with ubuntu 18.04 is very outdated, we need to install it manually. This follow the method outlined in https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-18-04 under *Installing Node.js with Apt Using a NodeSource PPA* |
You need to be logged in to leave comments.
Login now