Skip to content

Commit

Permalink
fix(docs): updated the bash script showing the terminal output when u…
Browse files Browse the repository at this point in the history
…sing Vite
  • Loading branch information
santiagoars committed Jan 8, 2025
1 parent 6bad380 commit 8562642
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions templates/ords-remix-jwt-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To set up your Auth0 tenant and application follow the steps outlined in [The Au

#### 3. configure your `.env` file as it follows

You can create a `.env` file or rename the `.env.example` file to `.env` and use it to fill the following environment variables:
You can create a `.env` file or rename the `.env.example` file to `.env` and use it to fill the following environment variables:

```bash
# We refer to some variables as Autonomous Database specific but you can use whichever ORDS URL you want/have as well as the user, as long as this user is capable of creating and REST Enabling other schemas.
Expand Down Expand Up @@ -180,14 +180,11 @@ Once the server is up you will see the following output on your console:

```bash
> [email protected] dev
> remix dev --manual
> remix vite:dev


💿 remix dev

info building...
info built (3.1s)
[remix-serve] http://localhost:3000 (http://<IP_HERE>:3000)
➜ Local: http://localhost:3000/
➜ Network: use --host to expose
➜ press h + enter to show help
```

Now you can go to `http://localhost:3000` and see the ORDS Concert App in action fell free to explore the Discover Functionalities and don't forget to Enable the Tooltips functionality to learn more about Oracle REST Data Services!
Expand All @@ -212,4 +209,4 @@ All names, characters, organizations, places, events and portrayals are entirely

Copyright (c) 2024 Oracle and/or its affiliates.

Released under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl/.
Released under the Universal Permissive License v1.0 as shown at <https://oss.oracle.com/licenses/upl/>.

0 comments on commit 8562642

Please sign in to comment.