Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmarx authored Apr 3, 2024
1 parent 3d57350 commit 3eb8596
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@

## Usage

### Running Artifactory CE

There are several ways to run Artifactory CE:

Running from a docker image. Just run:

```shell-session
$ docker run --name artifactory -d -p 8081:8081 -p 8082:8082 docker.bintray.io/jfrog/artifactory-cpp-ce:latest
```

Once Artifactory has started, navigate to the default URL ```http://localhost:8081```, where the Web UI should be running. The default user and password are ```admin:password```.

### Project Initialization

The following command will create a new project directory with the latest released template.
Expand Down

0 comments on commit 3eb8596

Please sign in to comment.