Oracle by Example brandingCreate a Project in Developer Cloud

section 0Before You Begin

This tutorial shows you how to create a project 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.

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

section 1Open Oracle Developer Cloud Service Console

You can log on to Oracle Developer Cloud Service from the Oracle Cloud Dashboard page.

  1. In a web browser, go to https://cloud.oracle.com/home, and click Sign In.
  2. From the Cloud Account drop-down menu, select your data center, and click My Services.
  3. Enter your identity domain, and click Go.
  4. Enter your cloud account credentials and click Sign In.
  5. In Oracle Cloud Dashboard, in the developerid tile, click Action Menu actionmenu and select Open Service Console.
    Oracle Cloud Dashboard
    Description of the illustration open_console_01.png
    If Oracle Developer Cloud Service isn't listed on the dashboard, click Customize Dashboard.
    Under Platform, find developerid, select Show, and then close the Customize Dashboard tab.

section 2Create a Project

You can create a project from the Oracle Developer Cloud Service Console, also called the Welcome page.

  1. On the Welcome page, click + New Project.
    New Project button
    Description of the illustration create_project_01.png
  2. On the Project Details page of the New Project wizard, enter the following values, and click Next.
    • Name: Demo
    • Description: Sample project
    Project Details page of the New Project wizard
    Description of the illustration create_project_02.png
  3. On the Template page, select Empty Project (if not selected by default), and then click Next.
    Template page of the New Project wizard
    Description of the illustration create_project_03.png
    Your environment may provide templates in addition to the Empty Project and Initial Repository options.
  4. On the Project Properties page, select Confluence in the Wiki Markup list, then click Finish.
    Project Properties page of the New Project wizard
    Description of the illustration create_project_04.png
  5. Wait for provisioning to complete.
    Project provisioning page
    Description of the illustration create_project_05.png
    After provisioning completes, the project is ready to use. The Project page opens by default.
    Project page of the open project
    Description of the illustration create_project_06.png

next stepNext Tutorial

After creating an Oracle Developer Cloud Service project, you can do the following:

  • Add your team members to the project. See the Add Users to an Developer Cloud Project OBE in the Want to Learn More section.
  • Clone the project Git repository to your computer, add your application files to it, and then commit and push those files to project Git repository. See Create and Populate a Git Repository of Developer Cloud OBE in the Want to Learn More section.

more informationWant to Learn More?