Explorar el Código

added python module and its installation

Gamaliel Espinoza hace 7 años
padre
commit
454ce346be
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      fourier_install.sh

+ 3 - 0
fourier_install.sh

@@ -111,6 +111,7 @@ sudo chmod 0600 $installerpath/repokey
 
 cd $programspath
 
+clonerepo fourier-module.git module
 clonerepo fourier-common.git common
 clonerepo fourier-server.git server
 clonerepo fourier-fourier.git fourier
@@ -125,6 +126,8 @@ cd $programspath/monitor
 npm install
 cd $programspath/uploader
 npm install
+cd $programspath/module
+sudo python setup.py install
 cd $programspath/ondemand
 sudo python setup.py install