mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 03:58:47 +00:00
11 lines
438 B
Markdown
11 lines
438 B
Markdown
---
|
|
sidebar_position: 2
|
|
---
|
|
# Add An Application
|
|
|
|
Adding a new application to Ansible-NAS is easy! First, set up your [development environment](./development-environment.md).
|
|
|
|
Then;
|
|
|
|
- Start by looking at the `hello_world` role - this includes everything that's expected to be included with a new application.
|
|
- Ensure the application includes tests and documentation. Tests should ensure that the application starts and stops correctly.
|