Browse Source

Fix install problems

Gaël Métais 10 years ago
parent
commit
bc49bebb58
2 changed files with 4 additions and 1 deletions
  1. 3 0
      bower.json
  2. 1 1
      server_config/server_install.sh

+ 3 - 0
bower.json

@@ -5,5 +5,8 @@
     "angular-route": "~1.3.8",
     "angular-resource": "~1.3.7",
     "angular-sanitize": "~1.4.0-beta.0"
+  },
+  "resolutions": {
+    "angular": "~1.3.8"
   }
 }

+ 1 - 1
server_config/server_install.sh

@@ -3,7 +3,7 @@
 # APT-GET
 sudo apt-get update
 sudo apt-get install lsb-release libfontconfig1 libfreetype6 -y --force-yes
-sudo apt-get install curl git python-software-properties -y --force-yes
+sudo apt-get install curl git python-software-properties build-essential make g++ -y --force-yes
 
 # Installation of NodeJS
 sudo add-apt-repository -y ppa:chris-lea/node.js