1.052
Bearbeitungen
Zeile 77: | Zeile 77: | ||
wget https://download.oracle.com/otn_software/java/ords/ords-latest.zip | wget https://download.oracle.com/otn_software/java/ords/ords-latest.zip | ||
unzip ords-latest.zip -d /opt/ords | unzip ords-latest.zip -d /opt/ords | ||
chown oracle: -R /opt/ords | |||
</syntaxhighlight>Installation starten<syntaxhighlight lang="bash"> | |||
su oracle | |||
</syntaxhighlight><syntaxhighlight lang="bash"> | echo -e 'export PATH="$PATH:/opt/ords/bin"' >> ~/.bashrc | ||
echo -e 'export PATH="$PATH:/opt/ords/bin"' >> ~/. | |||
</syntaxhighlight>Terminal Sitzung neu starten...<syntaxhighlight lang="bash"> | </syntaxhighlight>Terminal Sitzung neu starten...<syntaxhighlight lang="bash"> | ||
Zeile 135: | Zeile 134: | ||
Geben Sie den HTTP-Port ein [8080]: | Geben Sie den HTTP-Port ein [8080]: | ||
Geben Sie das Speicherot der statischen APEX-Ressourcen ein: /opt/apex | Geben Sie das Speicherot der statischen APEX-Ressourcen ein: /opt/apex | ||
</syntaxhighlight>Server starten<syntaxhighlight lang="bash"> | |||
ords serve | |||
</syntaxhighlight> | </syntaxhighlight> |