Skip to content

Commit

Permalink
installation complete for current state.
Browse files Browse the repository at this point in the history
  • Loading branch information
morten-egan committed Mar 5, 2014
1 parent 3786e48 commit 5226a29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ connect jira_utl/jira_utl

-- Package specs
@@jira.spec.sql
@@jira_help.spec.sql
@@jira_issue.spec.sql

-- Package bodies
@@jira.body.sql
@@jira.body.sql
@@jira_help.body.sql
@@jira_issue.body.sql
4 changes: 2 additions & 2 deletions network_acl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dbms_network_acl_admin.add_privilege (

dbms_network_acl_admin.assign_acl (
acl => 'jira_acl.xml',
host => 'jira_host.mydomain',
lower_port => 80,
host => 'localhost',
lower_port => 8080,
upper_port => null
);
commit;
Expand Down

0 comments on commit 5226a29

Please sign in to comment.