Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Merge a38459a into 6eaf3e1
Browse files Browse the repository at this point in the history
  • Loading branch information
macartur committed Jul 9, 2018
2 parents 6eaf3e1 + a38459a commit 9a3fed5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/developer/creating_a_napp.rst
Expand Up @@ -170,6 +170,25 @@ After that you can upload yours NApps.
How to upload your NApp in the NApps repository
===============================================

First of all, to upload your napp you should have an active account in the
napps server. With an registered account you should execute the command below
inside the napp structure.

The command below will to compact your NApp and upload to the napps server.

.. code-block:: shell
(kytos-environment)$ kytos napps upload
Enter the username: <username>
Enter the password for <username>: <password>
SUCCESS: NApp <username>/my_first_napp uploaded.
If your NApp do not have a openapi.yml, the command executed will display the message:
`Do you have REST endpoints and wish to create an API skeleton in openapi.yml? (Y/n)`.
In this case if you input `y`, `Y` or `Enter` the file will be created,
otherwise the compacted NApp will be uploaded without this file. Do not
worrying if your NApp do not have this file.

How the events works
====================
Expand Down

0 comments on commit 9a3fed5

Please sign in to comment.