AppTaco makes it easy to deploy AppDynamics configs, in seconds.
You can browse a list of existing configs (we call them tacos, since it packages together goodness), and deploy them to your AppD controller.
Use AppTaco here: https://sys13.github.io/apptaco
- run the client by
cd client
, thennpm run dev
- run the server by
cd server
, thennpm run dev
AppTaco is already deployed to https://sys13.github.io/apptaco
Client Deploy
- in
/client
create a file named.env.production
and setREACT_APP_SERVER_URL=
to the URL of your server npm run deploy
.
Server Deploy
- copy
server/.env.development
toserver/.env.development.local
and modify as needed - copy
server/.env.development
toserver/.env.production
, and modify as needed ./deployServer.sh
or./deployServerForce.sh
You can contact the AppTaco team at [email protected]