mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 12:54:57 -05:00
* add docker config with a nginx
* add a make script for easy startup * extend the readme to subscribe, how you can run with docker
This commit is contained in:
67
README.md
67
README.md
@@ -10,3 +10,70 @@ This repository is for the purpose of making the application usable on your loca
|
||||
|
||||
[](https://www.paypal.me/kyleburtondonate
|
||||
) ← Help out Card Conjurer's original creator, Kyle. We love you buddy.
|
||||
|
||||
|
||||
## Start with Docker
|
||||
|
||||
<details>
|
||||
<summary>Install Make on Ubuntu</summary>
|
||||
|
||||
```bash
|
||||
$ sudo apt update
|
||||
```
|
||||
|
||||
check is make installed
|
||||
|
||||
```bash
|
||||
$ make -version
|
||||
```
|
||||
|
||||
after run this command, you got the following error?
|
||||
|
||||
- **bash: /usr/bin/make: No such file or directory**
|
||||
|
||||
then follow with the next step, otherwise skip the next commands
|
||||
|
||||
```bash
|
||||
$ sudo apt install make
|
||||
```
|
||||
|
||||
### Troubleshooting's?
|
||||
* Follow this guide https://linuxhint.com/install-make-ubuntu/
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Install Make on Mac</summary>
|
||||
|
||||
check is make installed
|
||||
|
||||
```bash
|
||||
$ make -version
|
||||
```
|
||||
|
||||
after run this command, you got the following error?
|
||||
|
||||
- **zsh: command not found: make**
|
||||
|
||||
then follow with the next step, otherwise skip the next commands
|
||||
|
||||
```bash
|
||||
$ (sudo) brew install make
|
||||
```
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Install Make on Windows</summary>
|
||||
|
||||
Follow this Guide
|
||||
https://sp21.datastructur.es/materials/guides/make-install.html#windows-installation
|
||||
</details>
|
||||
|
||||
* go to the downloaded/ cloned folder with your terminal/ powershell (windows) and run the following command
|
||||
|
||||
```bash
|
||||
$ make start
|
||||
```
|
||||
|
||||
### Important
|
||||
|
||||
Be sure, that you are running Docker Desktop under Windows or Mac before you can run the make command.
|
||||
|
Reference in New Issue
Block a user