Before You Start #
- Project names should be less than 51 characters long
- Project names cannot start with special characters and cannot contain periods (.) at all. Regex example:
/^[a-zA-Z0-9-_]+$/.
How to Create a Project #
1. Create a Project #
Tool:
pachctl create project foo- Open Console.
- Click Create Project.
- Provide the following details:
NameDescription
- Click Create.

2. Verify Creation #
You can verify that your project has been created by running pachctl list projects or by opening Console (localhost for non-production personal-machine installations) and viewing the home page.

