Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.26 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.26 KB

AppTaco

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

Libraries

Development

  • run the client by cd client, then npm run dev
  • run the server by cd server, then npm run dev

Deploy

AppTaco is already deployed to https://sys13.github.io/apptaco

GitHub Deploy Instructions

Client Deploy

  • in /client create a file named .env.production and set REACT_APP_SERVER_URL= to the URL of your server
  • npm run deploy.

Server Deploy

  • copy server/.env.development to server/.env.development.local and modify as needed
  • copy server/.env.development to server/.env.production, and modify as needed
  • ./deployServer.sh or ./deployServerForce.sh

Maintainer

You can contact the AppTaco team at [email protected]