This guide will get your process up and running on AO, providing step-by-step instructions for deploying your application.
Before deploying, ensure you have Node.js installed. You can use the following command to set up your environment automatically:
make setupOr refer to the Node.js Installation Guide.
To install AOS along with all necessary dependencies, run the following command:
make installThis command will set up everything you need, including AOS, LuaRocks, and Node.js dependencies.
Run the following command to build the project:
make buildStart AOS with the following command:
aosTo load the bundled process, execute:
.load process.luaAs an alternative to the manual steps above, you can use the following command to automate the deployment process:
make deployThis command will start AOS and load the bundled process automatically.