-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add mixpost and docuseal one-click-apps
- Loading branch information
1 parent
1a7df32
commit 2c5eae8
Showing
4 changed files
with
179 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
65 changes: 65 additions & 0 deletions
65
src/pages/one-click-apps/mixpost/how-tos/choose-version.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
import Layout from "@/components/Layout"; | ||
import Button from "@/components/Common/button"; | ||
import Section from "@/components/Common/section"; | ||
import Alert from "@/components/Common/alert"; | ||
import Tabs from "@/components/Common/tab"; | ||
import Step from "@/components/Common/step"; | ||
import Card from "@/components/Common/card"; | ||
import Important from "@/components/Common/important"; | ||
import Highlight from "@/components/Common/highlight"; | ||
import Link from "next/link"; | ||
import {GoArrowLeft} from "react-icons/go"; | ||
|
||
import Head from "next/head"; | ||
|
||
<Layout> | ||
<Head> | ||
<title>مستندات تغییر نسخه Mixpost - لیارا</title> | ||
</Head> | ||
|
||
# تغییر نسخهی برنامه مستقر شده | ||
<hr className="mb-2" /> | ||
|
||
اگر که قصد دارید نسخه برنامه خود را بنا به هر دلیلی تغییر دهید؛ کافیست تا پس از <a href="../../quick-start" className="text-[#2196f3] ">ساخت برنامه در لیارا</a>، در Local یک دایرکتوری با نام دلخواه ایجاد کنید. | ||
وارد دایرکتوری شده و درون این دایرکتوری، یک فایل به نام <Important>liara.json</Important>، ایجاد کنید. سپس کافیست تا قطعه کد زیر را درون آن، قرار دهید: | ||
|
||
<div className="h-4" /> | ||
<div dir='ltr'> | ||
<Highlight className="json"> | ||
{`{ | ||
"image": "inovector/mixpost:<your-version>", | ||
"port": 80, | ||
"app": "<your-app-name>", | ||
"disks": [ | ||
{ | ||
"name": "storage", | ||
"mountTo": "/var/www/html/storage/app" | ||
}, | ||
{ | ||
"name": "logs", | ||
"mountTo": "/var/www/html/storage/logs" | ||
} | ||
] | ||
}`} | ||
</Highlight> | ||
</div> | ||
<div className="h-2" /> | ||
|
||
در قطعه کد فوق، بایستی به جای عبارت <Important>\<your-version\></Important> | ||
ورژن موردنظر برنامهتان را وارد کنید. | ||
همچنین باید به جای عبارت | ||
<Important>\<your-app-name\></Important> نیز، | ||
شناسه برنامه خود را قرار دهید. | ||
<div className="h-2" /> | ||
|
||
در نهایت کافیست با استفاده از ابزار <a href="/references/cli/about" className="text-[#2196f3] "><Important>Liara CLI</Important></a> و در جایی که فایل <Important>liara.json</Important> قرار دارد، دستور زیر را اجرا کنید تا برنامهتان در لیارا، مستقر شود: | ||
|
||
<div className="h-4" /> | ||
<div dir='ltr'> | ||
<Highlight className="json"> | ||
{`liara deploy`} | ||
</Highlight> | ||
</div> | ||
<div className="h-2" /> | ||
|
||
</Layout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
import Layout from "@/components/Layout"; | ||
import Button from "@/components/Common/button"; | ||
import Section from "@/components/Common/section"; | ||
import Alert from "@/components/Common/alert"; | ||
import Tabs from "@/components/Common/tab"; | ||
import Step from "@/components/Common/step"; | ||
import Card from "@/components/Common/card"; | ||
import Important from "@/components/Common/important"; | ||
import Highlight from "@/components/Common/highlight"; | ||
import Link from "next/link"; | ||
import {GoArrowLeft} from "react-icons/go"; | ||
|
||
import Head from "next/head"; | ||
|
||
<Layout> | ||
<Head> | ||
<title>مستندات راهاندازی سریع برنامههای Mixpost - لیارا</title> | ||
</Head> | ||
|
||
# راهاندازی سریع برنامههای Mixpost | ||
<hr className="mb-2" /> | ||
|
||
<a href="https://mixpost.app/" className="text-[#2196f3] ">Mixpost</a> | ||
یک پلتفرم مدیریت محتوای اجتماعی است که به کاربران این امکان را میدهد تا به طور همزمان محتوا را در چندین شبکه اجتماعی منتشر کنند. این سرویس به خصوص برای بازاریابان و کسبوکارها طراحی شده و ویژگیهایی مانند زمانبندی پستها، تجزیه و تحلیل عملکرد محتوا، و امکان ویرایش چندگانه را ارائه میدهد. Mixpost به کاربران کمک میکند تا با صرفهجویی در زمان و بهینهسازی استراتژیهای بازاریابی، تأثیر بیشتری در فضای آنلاین داشته باشند. | ||
|
||
|
||
<div className="h-4" /> | ||
|
||
برای راهاندازی برنامه آماده مدنظر خود در لیارا، باید وارد صفحه <a href="https://console.liara.ir/one-click-apps" className="text-[#2196f3] ">برنامههای آماده</a> شوید؛ سپس برنامهی <b>Mixpost</b> | ||
را انتخاب کنید و در صورت تمایل یک شناسه برای آن قرار دهید (در غیر اینصورت، لیارا به صورت پیشفرض یک شناسه برای برنامهتان انتخاب میکند)؛ سپس بر روی گزینه **نصب سریع** یا **نصب پیشرفته** کلیک کنید تا برنامهتان ساخته شود. | ||
|
||
{/* <div className="h-4" /> | ||
<video | ||
src="https://files.liara.ir/liara/docs/Mixpost.mp4" | ||
controls="controls" | ||
className="block w-full" | ||
width="100%" | ||
/> | ||
<div className="h-4" /> */} | ||
|
||
<Alert className="info"> | ||
<p> | ||
در اولین ورود، مقدار ایمیل برابر با <Important>admin@example.com</Important> و رمزعبور برابر با <Important>changeme</Important> است. | ||
</p> | ||
</Alert> | ||
<div className='h-2' /> | ||
پس از ساخته شدن برنامه، میتوانید در صفحه <a href="https://console.liara.ir/apps" className="text-[#2196f3] ">پلتفرم</a>، برنامه خود را بررسی کنید. برای نصب دلخواه و انتخاب نسخه مدنظرتان یا انتخاب dockerimage ، باید از گزینه **نصب پیشرفته** یا <a href="/one-click-apps/liara-compose/about/" className="text-[#2196f3]">Liara Compose</a> استفاده کنید. | ||
|
||
<Section id="see-also" title="همچنین بخوانید:" /> | ||
|
||
<div className='h-2' /> | ||
<div className="grid md:grid-cols-1 gap-4"> | ||
{[ | ||
{ | ||
title: "تغییر نسخهی برنامه مستقر شده", | ||
link: "./how-tos/choose-version" | ||
}, | ||
].map(item => | ||
<Link href={item.link}> | ||
<Card className="flex cursor-pointer w-full items-center justify-between"> | ||
<div className="flex items-center gap-3"> | ||
<h4> | ||
{item.title} | ||
</h4> | ||
</div> | ||
<GoArrowLeft className="ml-1" /> | ||
</Card> | ||
</Link> | ||
)} | ||
</div> | ||
|
||
|
||
</Layout> |