Windshaft-cartodb/docker/scripts/test-setup.sh
Daniel García Aubert 8f99886d62 Clean script
2019-11-28 19:46:22 +01:00

13 lines
245 B
Bash

#!/bin/bash
/etc/init.d/postgresql start
source /src/nodejs-install.sh
# Install cartodb-postgresql extension
git clone https://github.com/CartoDB/cartodb-postgresql.git
cd cartodb-postgresql && make && make install && cd ..
npm ci
npm test