File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# INSTALLATION / SETUP NOTES / QA
2
2
3
- ##Problem:
3
+ ### Problem:
4
4
oci_connect() not found on CLI
5
- ##Solution:
5
+ ### Solution:
6
6
add extension=oci8.so on /etc/php/cli/php.ini
7
7
8
8
9
- ##Problem:
9
+ ### Problem:
10
10
Oracle Listener does not start on boot?
11
11
12
- ##Solution:
12
+ ### Solution:
13
13
vi /etc/init.d/oracle-xe
14
14
go to line :556
15
15
update line:
16
16
status=` ps -ef | grep tns | grep oracle `
17
17
to
18
18
status=` ps -ef | grep tns | grep oracle | grep xe `
19
19
20
- ##Problem:
20
+ ### Problem:
21
21
Supervisord not working due to Oracle Environments
22
22
23
- ##Solution:
23
+ ### Solution:
24
24
Manually add oracle environment path on your program
25
25
```
26
- [program:leadrm ]
26
+ [program:queue ]
27
27
command=php artisan queue:listen --tries=2 --env=homestead
28
28
directory=/home/vagrant/www
29
29
stdout_logfile=/home/vagrant/www/app/storage/logs/supervisord.log
You can’t perform that action at this time.
0 commit comments