Get Started with a Development Project using Developer Cloud
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.
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.
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..