Skip to content

Commit 4bcccb8

Browse files
committed
Add post for configuring a jd edwards trial instance
1 parent 4234fae commit 4bcccb8

34 files changed

+114
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.
120 KB
Loading
234 KB
Loading
499 KB
Loading

docs/assets/jdedwards/trial-name.png

57.9 KB
Loading

docs/assets/jdedwards/trial-shape.png

65.8 KB
Loading

docs/assets/jdedwards/trial-ssh.png

118 KB
Loading
0 Bytes
Binary file not shown.
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
---
2+
date: 2024-11-26
3+
authors:
4+
- fblettner
5+
categories:
6+
- JD Edwards
7+
hide:
8+
- footer
9+
---
10+
# Setting Up a JD Edwards EnterpriseOne Trial Instance on Oracle Cloud
11+
12+
JD Edwards EnterpriseOne is a comprehensive ERP solution, and Oracle provides an easy way to deploy a trial instance via the Oracle Cloud Marketplace. This guide walks you through the steps to set up the JD Edwards EnterpriseOne Trial Edition.
13+
14+
The URL for accessing our Demo platform for JD Edwards EnterpriseOne and Studio are as follows:
15+
16+
- **EnterpriseOne**: [https://132.145.35.251:8080/jde/owhtml](https://132.145.35.251:8080/jde/owhtml)
17+
- **Studio**: [https://132.145.35.251:7077/studio](https://132.145.35.251:7077/studio)
18+
- **Server Manager**: [https://132.145.35.251:8998/manage](https://132.145.35.251:8998/manage)
19+
20+
### Login Credentials
21+
22+
Use the following credentials to access the instance:
23+
```plaintext
24+
# Login Credentials
25+
User: demo
26+
Password: nomana
27+
```
28+
29+
## Prerequisites
30+
31+
Before starting, ensure you have the following:
32+
33+
- **Oracle Cloud Account**: An active subscription or free tier account with Oracle Cloud Infrastructure (OCI).
34+
35+
## Steps to Deploy the JD Edwards Trial Edition
36+
37+
### 1. Access the Oracle Cloud Marketplace
38+
39+
1. Go to the [Oracle Cloud Marketplace](https://cloudmarketplace.oracle.com/marketplace/oci).
40+
2. Search for **JD Edwards EnterpriseOne Trial Edition**.
41+
3. Open the listing to view detailed information.
42+
43+
![MARKETPLACE](/assets/jdedwards/trial-marketplace.png)
44+
45+
### 2. Deploy the Application
46+
47+
1. Click the **Get App** button on the listing page.
48+
2. Log in with your Oracle Cloud Single Sign-On credentials.
49+
3. Accept the Oracle Cloud Marketplace Terms of Service.
50+
4. Select your OCI compartment and click **Launch Instance**.
51+
52+
![LAUNCH](/assets/jdedwards/trial-launch.png)
53+
54+
### 3. Configure the Instance
55+
56+
1. **Instance Details**:
57+
- Enter a name for your instance.
58+
- Select the compartment where the instance will reside.
59+
60+
61+
![NAME](/assets/jdedwards/trial-name.png)
62+
63+
2. **Compute Shape**:
64+
- Choose a shape, such as `VM.Standard2.4`, that provides sufficient resources.
65+
66+
![SHAPE](/assets/jdedwards/trial-shape.png)
67+
68+
3. **Networking**:
69+
- Select an existing Virtual Cloud Network (VCN) and subnet or create a new one.
70+
- Assign a public IP address for external access.
71+
4. **SSH Keys**:
72+
- Download SSH Key or upload your public SSH key to enable secure access to the instance.
73+
74+
![SSH](/assets/jdedwards/trial-ssh.png)
75+
76+
### 4. Launch the Instance
77+
78+
- Review all configuration settings.
79+
- Click **Create** to launch the instance.
80+
81+
### 5. Access the JD Edwards Environment
82+
83+
1. Once the instance is running, connect to it via SSH:
84+
```bash
85+
ssh -i <path_to_private_key> opc@<instance_public_ip>
86+
```
87+
88+
Follow the assistant to enter all informations related to the instance (port, password)
89+
90+
![CONFIG](/assets/jdedwards/trial-config.png)
91+
92+
2. Open a web browser and navigate to the JD Edwards EnterpriseOne interface using the public IP address and port (default: `8080`).
93+
94+
Example URL:
95+
```
96+
http://<instance_public_ip>:8080
97+
```
98+
99+
3. Log in with the default credentials or any credentials provided during setup.
100+
101+
## Additional Resources
102+
103+
- [JD Edwards EnterpriseOne Trial Edition - Oracle Cloud Marketplace](https://cloudmarketplace.oracle.com/marketplace/en_US/listing/51184836)
104+
- [Oracle Cloud Infrastructure Documentation](https://docs.oracle.com/en/)
105+
106+
## Next Steps
107+
108+
After successfully deploying the trial instance, you can explore JD Edwards EnterpriseOne features such as:
109+
110+
- Configuring modules for your business needs.
111+
- Testing integrations with other Oracle Cloud applications.
112+
- Evaluating its scalability and performance in the cloud.
113+
114+
For further assistance, refer to the official documentation or consult Oracle support.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)