gns3-registry/README.rst

52 lines
641 B
ReStructuredText
Raw Normal View History

2015-05-22 09:22:13 +00:00
GNS3-registry
================
2015-08-06 13:05:14 +00:00
This is the GNS3 registry.
2015-08-06 13:05:14 +00:00
Add a new appliance
###################
Copy paste a JSON from the appliances directory and send a pull request.
In schemas/appliance.json you have a JSON with a schema for controlling the file.
Tools
#######
All tools require python3 and the installation of dependencies via:
.. code:: bash
pip3 install -r requirements.txt
2015-07-16 13:24:20 +00:00
Build website
--------------
2015-05-21 16:55:46 +00:00
.. code:: bash
python3 build.py
2015-05-21 16:51:43 +00:00
2015-05-21 16:55:46 +00:00
2015-07-16 13:24:20 +00:00
Run website
-------------
2015-05-21 16:51:43 +00:00
2015-07-16 13:24:20 +00:00
.. code:: bash
python3 server.py
2015-05-21 16:51:43 +00:00
Check appliance files
-----------------------
.. code:: bash
python3 check.py
2015-05-21 16:55:46 +00:00