Skip to content

Commit 81bbdea

Browse files
committed
24.2.7
[GAT-372] - installation Documentation [GAT-373] - User Documentation
1 parent 085df9b commit 81bbdea

File tree

6 files changed

+3
-86
lines changed

6 files changed

+3
-86
lines changed

development/scripts/add_apex_sql_license.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ for file in $(find ./product/sert/apex -type file -iname '*.sql' -exec grep -
33
do
44
if [ 0 -eq $(grep -c "Universal Permissive License" ${file} ) ]
55
then
6+
echo "add license for ${file}"
67
ed -s ${file} <<<$'1r development/licence_snip.txt\nw'
7-
else
8-
echo "****** found license for ${file}"
98
fi
109
done
1110
# fix format trick

development/scripts/add_sql_license.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ do
44
if [ 0 -eq $(grep -c "Universal Permissive License" ${file} ) ]
55
then
66
ed -s ${file} <<<$'1r development/licence_snip.txt\nw'
7-
else
8-
echo "****** found license for ${file}"
7+
echo "****** add license for ${file}"
98
fi
109
done
1110
# fix format trick

doc/install_guide.md

+1-26
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ Oracle internal only:
6262

6363
* [https://gbuconfluence.oraclecorp.com/display/CDSTS/Integrating+OCI+Document+Generator+Function](https://gbuconfluence.oraclecorp.com/display/CDSTS/Integrating+OCI+Document+Generator+Function)
6464

65-
once you have a working DocGen service, you can set preferences in the APEX-SERT administration application by navigating to Setup → Preferences and providing the required data values.
66-
67-
![image_here ](./#)
68-
6965
#### 2.1.2. Resources
7066

7167
In order to install APEX-SERT, you will need access to the following system resources:
@@ -88,28 +84,7 @@ For AUTONOMOUS, use DATA as your tablespace
8884

8985
#### 2.2 Downloading
9086

91-
#### 2.2.1 Download APEX-SERT
92-
93-
Recent versions can be found here: <https://artifacthub-iad.oci.oraclecorp.com/artifactory/xgbu-ace-dev/sert/>
94-
95-
for APEX 24.1, download the latest sert_24.1.N.zip file.
96-
97-
for APEX 24.2 download the latest sert_24.2.N.zip file.
98-
99-
once expanded/unzipped, the directory shall contain the following files and directories:
100-
101-
```sh
102-
$ ls -l
103-
total 40
104-
-rw-r--r-- 1 mipotter staff 1131 27 Sep 11:33 LICENSE.md
105-
-rw-r--r-- 1 mipotter staff 36 27 Sep 11:33 README.md
106-
-rw-r--r-- 1 mipotter staff 893 3 Oct 20:04 controller.xml
107-
-rw-r--r-- 1 mipotter staff 1656 17 Sep 15:42 install.sql
108-
drwxr-xr-x@ 4 mipotter staff 128 13 Sep 12:30 product
109-
-rw-r--r--@ 1 mipotter staff 819 3 Oct 21:13 sert.properties
110-
```
111-
112-
#### 2.2.2 ACDC installing schema creation script
87+
#### 2.2.1 ACDC installing schema creation script
11388

11489
Access the "acdc" setup scripts from the sert_latest.zip file, located in product/sert/pre-install/.  refer to the [README.md](README.md) for details of installation
11590

doc/samples..md

-37
This file was deleted.

doc/social_switching.md

-12
This file was deleted.

doc/unit_testing.md

-7
This file was deleted.

0 commit comments

Comments
 (0)