You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

In this tutorial we will write and run simple ACS components in Python, Java and C++. First we must  perform some configurations on ACS before coding our components.

Set $INTROOT environment variable

Visit ACS Directory Structure#INTROOT for full details. This directory is where our components will be installed.

export INTROOT=~/workspace/introot
getTemplateForDirectory INTROOT $INTROOT

Pro tip: you can set $INTROOT in your ~/.bashrc to avoid setting $INTROOT manually in every new terminal.

echo INTROOT=~/workspace/introot >> ~/.bashrc
  • No labels