Before You Begin
This tutorial shows you how to create a project using a template in Oracle Developer Cloud Service. This tutorial takes approximately five minutes to complete.
Background
Oracle Developer Cloud Service is a cloud-based software development Platform as a Service (PaaS) and a hosted environment for your application development infrastructure. It provides an open source standards-based solution to develop, collaborate, and deploy applications within Oracle Cloud.
An Oracle Developer Cloud Service project is a collection of Git repositories, branch merge requests, wikis, issues, deployment configurations, and builds. While creating a project, you can choose a template project to copy its artifacts such as Git repositories, job configurations, and wiki pages to the new project.
What Do You Need?
- A web browser
To know about supported web browsers, see Web Browser Requirements. - An Oracle Cloud account with an active Oracle Developer Cloud Service subscription
- Your Oracle Cloud account credentials
Open Oracle Developer Cloud Service Console
You can log on to Oracle Developer Cloud Service from the Oracle Cloud Dashboard page.
- In a web browser, go to
https://cloud.oracle.com/home
, and click Sign In. - From the Cloud Account drop-down menu, select your data center, and click My Services.
- Enter your identity domain, and click Go.
- Enter your cloud account credentials and click Sign In.
- On Dashboard page, in the developerid tile, click Action Menu
and select Open Service Console.
Description of the illustration open_console_01.png If Oracle Developer Cloud Service is not listed on the dashboard, click Customize Dashboard.
Description of the illustration open_console_02.png Description of the illustration open_console_03.png
Create a Project
You can create a project from the Oracle Developer Cloud Service Console, also called the Welcome page.
- On the Welcome page, click + New Project.
Description of the illustration create_project_01.png - On the Project Details page of the New Project wizard, enter the following values, and click Next.
- Name:
EmployeesApp
- Description:
A simple standalone Java SE application using a Developer Cloud Service project template. After the project is created, you can build and later deploy it to Oracle Application Container Cloud Service.
Description of the illustration create_project_02.png - Name:
- On the Template page, select ACCS Java SE Sample with Deployment, and then click Next.
Description of the illustration create_project_03.png - On the Project Properties page, click Finish.
Description of the illustration create_project_04.png - Wait for provisioning to complete.
Description of the illustration create_project_05.png Description of the illustration create_project_06.png - In the navigation bar, click Code. The Code page displays the application source files and directories of the Git repository.
Description of the illustration create_project_07.png - Browse and click the directory name or the file name link to view its contents.
- In the navigation bar, click Build. The Build page shows the copied build job.
Description of the illustration create_project_08.png - Click the job name link to view its details.
- In the navigation bar, click Wiki. The Wiki page shows the wiki page copied from the template project.
Description of the illustration create_project_09.png - Click the wiki name link to view its contents. The wiki page has instructions describing how to build the application and deploy it.
Next Tutorial
After creating the project, run a build of the pre-configured and copied employees-app-build job. See the Run a Build of a Job in Developer Cloud in the Want to Learn More section..
Want to Learn More?
- About Oracle Developer Cloud Service Projects in Using Oracle Developer Cloud Service
- Run a Build of a Job in Developer Cloud OBE
- Oracle Developer Cloud Service product page
- Oracle Developer Cloud Service documentation page in the Oracle Help Center