Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The DB reset involves dropping existing application schemas, re-creating them, creating tables, adding data and finally adding all the necessary constraints.

 

Code Block
cd ole-app/
mvn clean install -DskipTests=true
 
cd olefs

# For MySQL
mvn cleaninitialize install -Pdb -Djdbc.dba.username=root[fill me in] -Djdbc.dba.password=root[fill me in]


#For Oracle
mvn initialize -Pdb,oracle -Djdbc.username=OLE -Doracle.dba.url=jdbc:oracle:thin:system/manager@localhost:1521:XE

cd ole-docstore

# For MySQL
mvn clean installinitialize -Pdb -Djdbc.dba.username=[fill me] -Djdbc.dba.password=[fill me]
 
#For Oracle
mvn initialize -Pdb,oracle -Djdbc.username=OLE -Doracle.dba.url=jdbc:oracle:thin:system/manager@localhost:1521:XE