mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 19:48:47 +00:00
12 lines
438 B
Markdown
12 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.
|