This repository was archived by the owner on Apr 23, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +11
-13
lines changed
toolset/setup/linux/languages Expand file tree Collapse file tree 8 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ sed -i 's|/usr/local/nginx/|'"${IROOT}"'/nginx/|g' deploy/nginx.conf
12
12
13
13
export PATH=" $PHP_HOME /bin:$PHP_HOME /sbin:$PATH "
14
14
15
- hhvm -- config $TROOT /deploy/config.hdf --user $( whoami) -m daemon
16
- $NGINX_HOME /sbin/nginx -c $TROOT /deploy/nginx.conf
15
+ hhvm -m daemon -- config $TROOT /deploy/config.hdf --user $( whoami)
16
+ $NGINX_HOME /sbin/nginx -c $TROOT /deploy/nginx.conf
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ sed -i 's|/usr/local/nginx/|'"${IROOT}"'/nginx/|g' deploy/nginx.conf
17
17
18
18
export PATH=" $PHP_HOME /bin:$PHP_HOME /sbin:$PATH "
19
19
20
- hhvm -- config $TROOT /deploy/config.hdf --user $( whoami) -m daemon
21
- $NGINX_HOME /sbin/nginx -c $TROOT /deploy/nginx.conf
20
+ hhvm -m daemon -- config $TROOT /deploy/config.hdf --user $( whoami)
21
+ $NGINX_HOME /sbin/nginx -c $TROOT /deploy/nginx.conf
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- hhvm -- config ./deploy/config-debug.hdf -m server
3
+ hhvm -m server -- config ./deploy/config-debug.hdf
4
4
$NGINX_HOME /sbin/nginx -c $TROOT /deploy/nginx.conf
5
-
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- hhvm -- config ./deploy/config.hdf -m server
3
+ hhvm -m server -- config ./deploy/config.hdf
4
4
$NGINX_HOME /sbin/nginx -c $TROOT /deploy/nginx.conf
5
-
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ sed -i 's|/home/vagrant/FrameworkBenchmarks/installs/nginx/|'"${IROOT}"'/nginx/|
15
15
16
16
export PATH=" ${PHP_HOME} /bin:${PHP_HOME} /sbin:$PATH "
17
17
18
- hhvm -- config $TROOT /deploy/config.hdf --user $( whoami) -m daemon
18
+ hhvm -m daemon -- config $TROOT /deploy/config.hdf --user $( whoami)
19
19
${NGINX_HOME} /sbin/nginx -c ${TROOT} /deploy/nginx.conf
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ sed -i 's|/usr/local/nginx/|'"${IROOT}"'/nginx/|g' deploy/nginx.conf
13
13
14
14
export PATH=" $PHP_HOME /bin:$PHP_HOME /sbin:$PATH "
15
15
16
- hhvm -- config $TROOT /deploy/config.hdf --user $( whoami) -m daemon
16
+ hhvm -m daemon -- config $TROOT /deploy/config.hdf --user $( whoami)
17
17
$NGINX_HOME /sbin/nginx -c $TROOT /deploy/nginx.conf
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ ${PHP_HOME}/bin/php app/console cache:clear \
17
17
${PHP_HOME} /bin/php app/console cache:warmup \
18
18
--env=prod --no-debug
19
19
20
- hhvm -- config $TROOT /deploy/config.hdf --user $( whoami) -m daemon
21
- $NGINX_HOME /sbin/nginx -c $TROOT /deploy/nginx.conf
20
+ hhvm -m daemon -- config $TROOT /deploy/config.hdf --user $( whoami)
21
+ $NGINX_HOME /sbin/nginx -c $TROOT /deploy/nginx.conf
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ sudo apt-get install -y openjdk-7-jdk
16
16
17
17
# Setup environment variables
18
18
echo " export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-` dpkg --print-architecture` " > $IROOT /java7.installed
19
- echo " export PATH=$JAVA_HOME /bin:$PATH " >> $IROOT /java7.installed
19
+ echo " export PATH=$JAVA_HOME /bin:$PATH " >> $IROOT /java7.installed
You can’t perform that action at this time.
0 commit comments