Skip to content

Commit

Permalink
update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Mar 19, 2015
1 parent 2c432bf commit 7b55a9c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions notes.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# INSTALLATION / SETUP NOTES / QA

##Problem:
###Problem:
oci_connect() not found on CLI
##Solution:
###Solution:
add extension=oci8.so on /etc/php/cli/php.ini


##Problem:
###Problem:
Oracle Listener does not start on boot?

##Solution:
###Solution:
vi /etc/init.d/oracle-xe
go to line :556
update line:
status=`ps -ef | grep tns | grep oracle`
to
status=`ps -ef | grep tns | grep oracle | grep xe`

##Problem:
###Problem:
Supervisord not working due to Oracle Environments

##Solution:
###Solution:
Manually add oracle environment path on your program
```
[program:leadrm]
[program:queue]
command=php artisan queue:listen --tries=2 --env=homestead
directory=/home/vagrant/www
stdout_logfile=/home/vagrant/www/app/storage/logs/supervisord.log
Expand Down

0 comments on commit 7b55a9c

Please sign in to comment.