Skip to content

Commit

Permalink
Adjust code.
Browse files Browse the repository at this point in the history
  • Loading branch information
notoraptor committed Aug 25, 2023
1 parent bffd25a commit 39d0d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion docs/scripts/remote/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $ ./serverinit.sh <server>
Install, start and stop mongo package on the server

```
$ ./mongo.sh <server> [install|start|stop|status]
$ ./mongo.sh <server> [start|stop|status]
```

You **MUST** run `./mongo.sh <server> install` once before deploying systemd scripts.
Expand Down
26 changes: 1 addition & 25 deletions scripts/remote/README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1 @@
## serverinit.sh
Installs base packages on a bare new OS.
SSH access and sudo rights on the target server needed.

```
$ chmod +x serverinit.sh
$ ./serverinit.sh <server>
```

## mongo.sh
Install, start and stop mongo package on the server

```
$ ./mongo.sh <server> [start|stop|status]
```

You **MUST** run `./mongo.sh <server> install` once before deploying systemd scripts.

## setup_github_keys.sh
Generate the ssh "deploy keys" needed to deploy the code to the server
```
$ ./setup_github_keys.sh <server>
```

See [The deployment doc](../../docs/deployment.md) for more info.
More info in [documentation](../../docs/scripts/remote/README.md).

0 comments on commit 39d0d25

Please sign in to comment.