Coder Social home page Coder Social logo

oracle-quickstart / oci-uipath Goto Github PK

View Code? Open in Web Editor NEW
0.0 7.0 1.0 7.32 MB

Terraform module to deploy UiPath on Oracle Cloud Infrastructure (OCI)

License: Apache License 2.0

HCL 42.82% Batchfile 0.90% PowerShell 54.40% Shell 0.96% PostScript 0.92%
terraform oci uipath cloud rpa partner-led oracle

oci-uipath's Introduction

oci-uipath

This is a Terraform module that deploys UiPath on Oracle Cloud Infrastructure (OCI). It is developed jointly by Oracle and UiPath and can deploy either UiPath Robots or Orchestrator.

Prerequisites

First off you'll need to do some pre deploy setup. That's all detailed here.

Clone the Module

You'll first want a local copy of this repo by running:

git clone https://github.com/oracle-quickstart/oci-uipath.git
cd oci-uipath/
ls

That should give you this:

We now need to initialize the directory with the module in it. This makes the module aware of the OCI provider. You can do this by running:

terraform init

This gives the following output:

Deploy

First we want to run terraform plan. This runs through the terraform and lists out the resources to be created based on the values in variables.tf. If the variable doesn't have a default you'll be promted for a value.

If that's good, we can go ahead and apply the deploy:

terraform apply

You'll need to enter yes when prompted. The apply should take several minutes to run, and the final setup will happen asynchronously after this returns.

Once complete, you'll see something like this:

Destroy the Deployment

When you no longer need the deployment, you can run this command to destroy it:

terraform destroy

You'll need to enter yes when prompted. Once complete, you'll see something like this:

How to base64 encode the your pfx certificate

If your pfx certificate is already installed on your machine you need to export the certificate with the following information:

  1. Export the private key
  2. Include all certificates in the certification path if possible
  3. Enable certificate privacy

If you already have the pfx certificate stored on your machine, run the commands below to convert it to base64 string.

$rawPfxCert = get-content '$pathToPfxCertificate' -Encoding Byte
$base64_cert = [System.Convert]::ToBase64String($rawPfxCert)

Please provide base64_cert to the deployment !!!

Important notes

  1. Orchestrator URL param does not support IP address. Only FQDN supported. E.g https://orchestrator

oci-uipath's People

Contributors

benofben avatar cpoczatek avatar oguzpastirmaci avatar tadrian88 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

hteo1337

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.