mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update readme with deploy guides (#771)
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
Discuss in <a href="https://t.me/+-_tNF1k70UU4ZTc9">Telegram</a> / <b><a href="https://discord.gg/tfPJa4UmAv">Discord 🏂</a></b>
|
Discuss in <a href="https://t.me/+-_tNF1k70UU4ZTc9">Telegram</a> / <b><a href="https://discord.gg/tfPJa4UmAv">Discord 🏂</a></b>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -43,11 +43,16 @@ If you want to upgrade the version of memos, use the following command.
|
|||||||
docker-compose down && docker image rm neosmemo/memos:latest && docker-compose up -d
|
docker-compose down && docker image rm neosmemo/memos:latest && docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Other guides
|
||||||
|
|
||||||
|
- [Deploy on render.com](./docs/deploy-with-render.md)
|
||||||
|
- [Deploy on fly.io](https://github.com/hu3rror/memos-on-fly)
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. 🥰
|
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. 🥰
|
||||||
|
|
||||||
See more in [development guide](https://github.com/usememos/memos/tree/main/docs/development.md).
|
See more in [development guide](./docs/development.md).
|
||||||
|
|
||||||
## Products made by Community
|
## Products made by Community
|
||||||
|
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
written by [AJ](https://memos.ajstephens.website/) (also a noob)
|
written by [AJ](https://memos.ajstephens.website/) (also a noob)
|
||||||
|
|
||||||

|
<img height="64px" src="https://raw.githubusercontent.com/usememos/memos/main/resources/logo-full.webp" alt="✍️ memos" />
|
||||||
|
|
||||||
[Live Demo](https://demo.usememos.com) • [Official Website](https://usememos.com) • [Source Code](https://github.com/usememos/memos)
|
[Live Demo](https://demo.usememos.com) • [Official Website](https://usememos.com) • [Source Code](https://github.com/usememos/memos)
|
||||||
|
|
||||||
## Who is this guide for?
|
## Who is this guide for?
|
||||||
@ -34,6 +35,7 @@ Create an account at [Render](https://dashboard.render.com/register)
|
|||||||
[https://dashboard.render.com/](https://dashboard.render.com/)
|
[https://dashboard.render.com/](https://dashboard.render.com/)
|
||||||
|
|
||||||
2. Select New Web Service
|
2. Select New Web Service
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
3. Scroll down to "Public Git repository"
|
3. Scroll down to "Public Git repository"
|
||||||
|
Reference in New Issue
Block a user