Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsantosti committed Apr 15, 2023
1 parent ad93371 commit c2f4f6c
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,33 @@
# ctfd_deploy_scripts
Bash Script to deploy CTFd with SSL and Auto Renew
# Welcome to CTFd Deploy Script 👋
![Version](https://img.shields.io/badge/version-1.1-blue.svg?cacheSeconds=2592000)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](#)
[![Twitter: michaelsantosti](https://img.shields.io/twitter/follow/michaelsantosti.svg?style=social)](https://twitter.com/michaelsantosti)

Run the following command to execute this script:
> Ready-to-use CTFd Docker Deployment (with themes)
```
## Install

CTFd with SSL:

```sh
sudo git clone https://github.com/michaelsantosti/ctfd_deploy_scripts.git && sudo mv ctfd_deploy_scripts/* . && sudo rm -r ctfd_deploy_scripts && sudo sh setup.sh
```

CTFd without SSL:

```sh
sudo git clone https://github.com/michaelsantosti/ctfd_deploy_scripts.git && sudo mv ctfd_deploy_scripts/* . && sudo rm -r ctfd_deploy_scripts && sudo sh setup-nossl.sh
```

## Author

👤 **Michael Santosti**

* Website: www.santosti.com
* Twitter: [@michaelsantosti](https://twitter.com/michaelsantosti)
* Github: [@michaelsantosti](https://github.com/michaelsantosti)
* LinkedIn: [@michaelsantosti](https://linkedin.com/in/michaelsantosti)

## Show your support

Give a ⭐️ if this project helped you!

0 comments on commit c2f4f6c

Please sign in to comment.