rediOps/docs/setup.md

45 lines
1.5 KiB
Markdown
Raw Normal View History

2023-08-01 13:46:54 +00:00
# Setup desktop (start)
This is the setup desktop tasks that is performed by
the developers, though others that are updating code
including documentation can also perform the setup.
This task is expected to be done only once for a desktop
environment, and the environment can be used for
multiple projects and deliveries.
## Software installation
Please ensure the following tools or equivalents are
installed or you have access to servers with the
associated capabilities.
* A Git repository server - Github, Gitea
* Rights to create a Git repo and push content to the remote Git repo
2023-08-01 13:50:05 +00:00
* Git installed on local desktop
2023-08-02 12:55:02 +00:00
* Integrated development environment (IDE) software on local desktop - Visual Studio Code, IntelliJ
2023-08-01 13:46:54 +00:00
* Access to an OpenAPI editor - ApiCurio, Swagger UI
2023-08-02 12:55:02 +00:00
* Installed **qaskx-cli** tool on local desktop - download from *TBA*
2023-08-01 13:46:54 +00:00
* Access to a Configuration Management Database (CMDB) - ServiceNow, Zenoss
* Access to an API registry portal - Apiman.io, Redocly
2023-08-02 12:55:02 +00:00
The server based software above could be executed as docker images
on your local desktop, but this would be only for
demonstration purposes.
2023-08-01 13:46:54 +00:00
# End Status of flow
At the end of the above setup steps the desktop will have the base tools
2023-08-02 12:55:02 +00:00
that are mentioned in subsequent documents, and you will have
access to the server features.
2023-08-01 13:46:54 +00:00
The next step in the process is covered in [project_start](project_start.md)
# Reading Notes
The suggested tools are only that, suggestions. You can substitute
your own preferred tools as appropriate. The concept is still valid
and your mileage may vary.