Skip to content

Commit

Permalink
Fixes codeclimate issues
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadtalasila authored and Astitva committed May 19, 2024
1 parent c41e4bb commit 650dacb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on all the supported Operating Systems.
There are two installation scenarios each with a dedicated set of instructions:

1. Single user [localhost](./docker/LOCALHOST.md)
2. Multi-user [web application](./docker/SERVER.md)
1. Multi-user [web application](./docker/SERVER.md)
1 change: 0 additions & 1 deletion deploy/docker/LOCALHOST.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ The default authorization configuration works for _gitlab.com_.
If you desire to use locally hosted gitlab instance, please see
the [client docs](../docs/admin/client/auth.md).


## Configuration

### Docker Compose
Expand Down
12 changes: 6 additions & 6 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Use of docker images is handy for developers. It is suggested
that developers build the required images locally on their computer and
use them for development purposes.
use them for development purposes.

This readme will explain the building and use of different docker files
for development purposes.
Expand Down Expand Up @@ -58,13 +58,13 @@ The configuration files to be updated are:
1. docker/.env
please see [docker README](../deploy/docker/SERVER.md) for help
with updating this config file)
2. docker/conf.local
1. docker/conf.local
please see [server docs](../docs/admin/servers/auth.md) for help
with updating this config file)
3. client/config/local.js
1. client/config/local.js
please see [client config](../docs/admin/client/CLIENT.md) for help
with updating this config file)
4. servers/lib/config/.env.default
1. servers/lib/config/.env.default
please see [lib config](../docs/admin/servers/lib/LIB-MS.md) for help
with updating this config file)

Expand Down Expand Up @@ -96,7 +96,7 @@ docker compose -f compose.dev.yml down #terminate the application
### Access the Application

The application will be accessible at:
<http>_http://localhost_</http> from web browser.
<http://localhost> from web browser.
Sign in using your gitlab.com account.

All the functionality of DTaaS should be available to you
Expand All @@ -105,7 +105,7 @@ through the single page client now.
## Publish Docker Images

Build and publish the docker images. This step is required only for
the publication of images to Docker Hub.
the publication of images to Docker Hub.

:stop_sign: This publishing step is managed
only by project maintainers. Regular developers can skip this step.
Expand Down

0 comments on commit 650dacb

Please sign in to comment.