소스 검색

added python module and its installation

Gamaliel Espinoza 7 년 전
부모
커밋
454ce346be
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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