Skip to content

Commit 7b55a9c

Browse files
committedMar 19, 2015
update notes
1 parent 2c432bf commit 7b55a9c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎notes.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
# INSTALLATION / SETUP NOTES / QA
22

3-
##Problem:
3+
###Problem:
44
oci_connect() not found on CLI
5-
##Solution:
5+
###Solution:
66
add extension=oci8.so on /etc/php/cli/php.ini
77

88

9-
##Problem:
9+
###Problem:
1010
Oracle Listener does not start on boot?
1111

12-
##Solution:
12+
###Solution:
1313
vi /etc/init.d/oracle-xe
1414
go to line :556
1515
update line:
1616
status=`ps -ef | grep tns | grep oracle`
1717
to
1818
status=`ps -ef | grep tns | grep oracle | grep xe`
1919

20-
##Problem:
20+
###Problem:
2121
Supervisord not working due to Oracle Environments
2222

23-
##Solution:
23+
###Solution:
2424
Manually add oracle environment path on your program
2525
```
26-
[program:leadrm]
26+
[program:queue]
2727
command=php artisan queue:listen --tries=2 --env=homestead
2828
directory=/home/vagrant/www
2929
stdout_logfile=/home/vagrant/www/app/storage/logs/supervisord.log

0 commit comments

Comments
 (0)
Please sign in to comment.