Update nodejs_web_app.rst

the address of epel rpm has change to http://dl.fedoraproject....
Upstream-commit: 853c5e258fc9a3d8420e62aaed4817179073610a
Component: engine
This commit is contained in:
zqh
2014-03-16 01:07:22 +08:00
parent 3ace596568
commit 8e25e532b5

View File

@ -91,7 +91,7 @@ To install the right package for CentOS, well use the instructions from the
.. code-block:: bash
# Enable EPEL for Node.js
RUN rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
RUN rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
# Install Node.js and npm
RUN yum install -y npm