Appearance
Download Motanamy Apps
Before you can develop and test plugins locally, you need to install the target Motanamy platform app on your machine. Choose the platform you are building for below.
Enterprise Application (EA)
EA can be installed via a shell script or accessed from the Motanamy web platform.
Install via script:
bash
wget -O - https://app.motanamy.com/MotanamyEA.sh | bashOr download / access EA:
https://motanamy.com/en/apps/EA#download
Default admin credentials:
| Field | Value |
|---|---|
admin@motanamy.com | |
| Password | 123456 |
WARNING
Change the default password after your first login.
Standalone Application (SA)
SA is a desktop application. Download and install it on your machine, then use mot link to link your plugin during development.
Download SA:
https://motanamy.com/en/apps/SA#download
Operating System (OS)
Choose your operating system below to install Motanamy OS:
Linux
bash
wget -O - https://app.motanamy.com/MotanamyOS.sh | bashmacOS
bash
curl -fsSL https://app.motanamy.com/MotanamyOS.sh | bashWindows
powershell
iex (irm https://app.motanamy.com/MotanamyOS.ps1)This downloads and runs the install script automatically. Once installed, use mot link to link your plugin.
After Installing
Once the app is running, use the Motanamy CLI to link your plugin folder:
bash
# Link your plugin to the running app instance
mot linkThis connects your local plugin folder to the installed app for live development.
- Install the CLI —
npm install -g motanamy-cli - Getting Started Guide — full setup walkthrough