Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Russell committed Jan 24, 2018
1 parent d1d87f6 commit 6c582f7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ file-search.ps1: A simple file search utility.

file-watcher.ps1: Watches a folder for the creation of files, then runs a script when that happens.

flancy-sys-info-ws.ps1: Creates a service for remotely managing a server.

get-cmdlets-list.ps1: Creates a list of cmdlets.

get-module-commands.ps1: Creates a list of cmdlets for the specified module.
Expand Down Expand Up @@ -107,12 +109,8 @@ ssh-new-db-mongodb.ps1: Connects to a Linux server and creates a MongoDB databas

ssh-new-db-mysql.ps1: Connects to a Linux server and creates a MySQL database.

ssh-new-wordpress-port.ps1: Connects to a Linux server and creates a Wordpress instance running on a port. ***NOTE:*** This script has been removed temporarily until I have time to fix it.

ssh-restart-web.ps1: Connects to a Linux server and restarts the nginx and php-fpm services.

ssh-rmwp.ps1: Connects to a Linux server and deletes a Wordpress instance.

ssh-start-web.ps1: Connects to a Linux server and starts the nginx and php-fpm services.

ssh-stop-web.ps1: Connects to a Linux server and stops the nginx and php-fpm services.
Expand Down

0 comments on commit 6c582f7

Please sign in to comment.