Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Importing VM Appliance

These steps are for Oracle VM VirtualBox.

  1. Open VirtualBox. 

    Open Virtualbox

  2. Click File - Import Appliance. 

    Import appliance

  3. Select the VM image (.ova file), Click Next. 

    Select Appliance to import

  4. Click Import
    1. It is here where settings can be adjusted, you can change the VM name or give it more CPU, etc
    2. If Memory is reduced below 3 GB, the VM will not work correctly 

      Click Import

  5.    Once Import has finished start the VM
    1. This can be done by clicking on the VM and clicking start on the top bar OR
    2. Right click on the VM, go to Start > Normal Start 

      Start the VM

  6. Once the system has started, login with provided credentials. You can login using putty as well, just use port 222.

    Login

  7. Run start command.
    1. ./start_flexdeploy.sh
    2. Because the database can take some time to initialize there may be a small delay, the startup script will let to you know it's waiting to connect 

      Start Flexdeploy


      Flexdeploy started

  8. Open your browser to http://localhost:8000/flexdeploy.
  9. Once FlexDeploy has loaded, you can log in and explore. FlexDeploy User credentials are fdadmin/welcome1. 

    Loading


    Log in and explore

Installation Details

Credentials

Once you have started your VM, it is HIGHLY recommended that you change the default passwords.

Account TypeUser NamePassword
Unix Userflexuserflexdeploy1
FlexDeploy Userfdadminwelcome1

Ports

You can SSH using port 222 and if you interested in running Queries using SQL Developer connect to database on port 1525. See port mapping details below.

Folders

  • FlexDeploy logs - /u01/app/flexdeploy/apache-tomcat-flexdeploy/logs
  • Artifact directory - /u01/app/flexdeploy/artifacts
  • Working directory - /u01/app/flexdeploy/working
  • No labels