-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
David Heyman edited this page Sep 18, 2015
·
15 revisions
Login to the server using SSH
Update the OS software:
sudo yum update
Install git:
sudo yum install git
Clone the imagineRio repository:
git clone https://github.com/axismaps/rio.git
Change permissions on and run the installation script:
chmod +x rio/server/install-mapnik-rhel7.sh
./rio/server/install-mapnik-rhel7.sh
Install global npm packages:
npm install pm2 -g
Install Node dependencies:
cd rio
npm install
Install rio-import
package:
cd server/import/
npm install -g