diff --git a/PostgreSQL/postgresql.md b/PostgreSQL/postgresql.md index 83b41f04..4ed83dd1 100644 --- a/PostgreSQL/postgresql.md +++ b/PostgreSQL/postgresql.md @@ -1,7 +1,7 @@ # PostgreSQL -* [Install PostgreSQL](../PostgreSQL/Install_PostgresQL_in_Ubuntu.md) +* [Install PostgreSQL](PostgreSQL/Install_PostgresQL_in_Ubuntu.md) -* [UnInstall](../PostgreSQL/UnInstall%20PostgreSQL.md) +* [UnInstall](PostgreSQL/UnInstall%20PostgreSQL.md) -* [WAL Archive & PITR](../PostgreSQL/WAL%20Archive%20&%20PITR.md) \ No newline at end of file +* [WAL Archive & PITR](PostgreSQL/WAL%20Archive%20&%20PITR.md) \ No newline at end of file diff --git a/_sidebar.md b/_sidebar.md index 417749ff..7292129d 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -84,14 +84,20 @@ * [Troubleshoot](jenkin/Troubleshoot.md) * Redis - * [Installation using apt](redis/install.md) - * [Installation using docker](redis/docker.md) - * [Ubuntu Installation using Source](redis/install_redis_in_ubuntu_from_source.md) - * [Mac OS Installtion using Source](redis/install_redis_in_mac_from_source.md) - * [Enable remote access](redis/redis_enable_remote_access.md) - * [Redis Client](redis/redis-client.md) + * [Install](redis/install.md) + * [Install from Source on ubuntu - Shell file](redis/install_redis_from_source_ubuntu.sh) + * [Install from source on Mac](redis/install_redis_in_mac_from_source.md) + * Docker + `docker pull redis` + + * [Redis Clients](redis/redis-client.md) + + * [Enable Remote Access](redis/redis_enable_remote_access.md) + * [Troubleshoot](redis/troubleshoot.md) + * [Redis Server shell file](redis/redis-server) + * AWS - Website hosting * [Host static website using S3](aws/host_static_website_using_s*md) * [Add TLS for AWS S3 hosted static website using Let's Encrypt](aws/tls/create_cloud_front.md) diff --git a/redis/docker.md b/redis/docker.md deleted file mode 100644 index 5f5787df..00000000 --- a/redis/docker.md +++ /dev/null @@ -1,3 +0,0 @@ -# Redis Docker set up - - docker pull redis \ No newline at end of file diff --git a/redis/redis.md b/redis/redis.md new file mode 100644 index 00000000..094c05e6 --- /dev/null +++ b/redis/redis.md @@ -0,0 +1,16 @@ +# Redis + +* [Install](redis/install.md) + + * [Install from Source on ubuntu - Shell file](redis/install_redis_from_source_ubuntu.sh) + * [Install from source on Mac](redis/install_redis_in_mac_from_source.md) + * Docker + `docker pull redis` + +* [Redis Clients](redis/redis-client.md) + +* [Enable Remote Access](redis/redis_enable_remote_access.md) + +* [Troubleshoot](redis/troubleshoot.md) + +* [Redis Server shell file](redis/redis-server) \ No newline at end of file