Get started

You can use this guide to quickly get up and running with Score and Humanitec. The guide will provide you with detailed instructions on how to set up your environment, debug information, review resources, and access your code.

Here are the steps you can follow to quickly get started with Score and Humanitec:

  1. Install Score: Install a Score implementation (CLI) tool to get started. Learn more. When working with Humanitec, install either:
    1. The humctl CLI to upload Score Workload artefacts for an Artefact Automation Pipeline.
    2. Or, humctl score deploy to convert Score files into deltas locally and deploy directly to your environment.
  2. Hello World: Deploy your first Workload using Score. Learn more
  3. Find your DNS: DNS names provide a standard way to make services accessible on the public internet. After deploying an application, it might be important to find the host name. Learn more
  4. Debug Information: Learn the runtime status of your Workload and use the Humanitec platform to debug information. This includes reviewing the logs to find the state of the environment (running, deployed), and finding the status of the environment deployment. You can also reset the configuration and redeploy the environment if necessary. Learn more
  5. Monitor container health and probes: Learn how to monitor the health of your containers and use probes to determine the readiness of your containers. Learn more

These are the basic steps to get started with Score and Humanitec. These are steps that a developer might want to use Score and Humanitec to efficiently manage their environments and applications. By using Score and Humanitec, you can simplify the deployment process, monitor your resources, collaborate with teams, and secure your environments.

Top