Compare commits
2 Commits
a1c47136cf
...
83e4fbf689
Author | SHA1 | Date | |
---|---|---|---|
83e4fbf689 | |||
f03539ed22 |
21
LICENSE
Normal file
21
LICENSE
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2025 Capitalism Eats The World
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
@@ -25,7 +25,7 @@ This project provides an interactive simulation of economic dynamics, particular
|
|||||||
|
|
||||||
1. Clone the repository:
|
1. Clone the repository:
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/[user]/capitalism-eats-the-world.git
|
git clone https://gitea.elpatron.me/elpatron/capitalism-eats-the-world.git
|
||||||
cd capitalism-eats-the-world
|
cd capitalism-eats-the-world
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -40,14 +40,14 @@ This project provides an interactive simulation of economic dynamics, particular
|
|||||||
|
|
||||||
For production deployment with automatic SSL certificates, the project includes a Caddy configuration:
|
For production deployment with automatic SSL certificates, the project includes a Caddy configuration:
|
||||||
|
|
||||||
1. Update the [Caddyfile](Caddyfile) with your email address for Let's Encrypt notifications
|
1. Update the [Caddyfile](Caddyfile) with your email address and domain for Let's Encrypt notifications
|
||||||
2. Ensure your domain points to your server's IP address
|
2. Ensure your domain points to your server's IP address
|
||||||
3. Run with Caddy:
|
3. Run with Caddy:
|
||||||
```bash
|
```bash
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
The application will be available at `https://markov.elpatron.me` with automatic SSL certificate management.
|
The application will be available at `https://markov.example.com` with automatic SSL certificate management.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user