Install FastTrack
- Last Updated: May 5, 2026
- 1 minute read
- MarkLogic Server
- Documentation
Note:
These steps assume:
-
Documents are loaded into a MarkLogic database and an app server exposes the MarkLogic REST endpoints.
-
A middle-tier server proxies MarkLogic REST requests and handles authentication and CORS. See Set up a three-tiered application for setup instructions.
To install FastTrack:
-
Scaffold your React application and copy the
ml-fasttrack-x.x.x.tgzfile to the application root directory. A React application can be scaffolded using a tool such as Vite. -
Run this command from the application root directory in a terminal:
npm install file:ml-fasttrack-x.x.x.tgz