This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# | |
# Remember to make the executable: | |
# chmod +x buildPages.sh | |
Page[0]='vendorSearch' | |
Page[1]='vendorProfile' | |
Page[2]='addAdministrator' | |
Page[3]='editAdministrator' | |
Page[4]='changeAdministrator' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Docker version 1.1.2, build d84a070 | |
FROM ubuntu:14.04 | |
RUN apt-get update && apt-get install -y \ | |
git \ | |
software-properties-common \ | |
python-software-properties \ | |
make\ | |
gcc \ | |
g++ \ |
NewerOlder