Skip to content

Commit

Permalink
Change netcore to dotnet (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarqvi authored May 29, 2024
1 parent 13bcd9e commit 15eddc8
Show file tree
Hide file tree
Showing 35 changed files with 106 additions and 106 deletions.
2 changes: 1 addition & 1 deletion components/Mega.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const products = [
title: ".Net",
href: "https://liara.ir/landing/هاست-دات-نت-dotnet/",
alt: "هاست ابری دات‌نت‌",
icon: <PlatformIcon platform="netcore" />,
icon: <PlatformIcon platform="dotnet" />,
},
{
title: "ReactJS",
Expand Down
2 changes: 1 addition & 1 deletion components/PlatformDomain.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Domain({ platform }) {
{ lCase: "flask", uCase: "Flask", icon: "flask", next: "email" },
{ lCase: "laravel", uCase: "Laravel", icon: "laravel", next: "email" },
{ lCase: "php", uCase: "PHP", icon: "php", next: "email" },
{ lCase: "netcore", uCase: ".Net", icon: "netcore", next: "email" },
{ lCase: "dotnet", uCase: ".Net", icon: "dotnet", next: "email" },
{ lCase: "react", uCase: "React", icon: "react", next: "tips" },
{ lCase: "vue", uCase: "Vue", icon: "vue", next: "tips" },
{ lCase: "static", uCase: "Static", icon: "HTML5", next: "tips" },
Expand Down
4 changes: 2 additions & 2 deletions components/PlatformIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import flaskIcon from "@liara/platformicons/glass/png/flask.png";
import staticIcon from "@liara/platformicons/glass/png/static.png";
import dockerIcon from "@liara/platformicons/glass/png/docker.png";
import djangoIcon from "@liara/platformicons/glass/png/django.png";
import netcoreIcon from "@liara/platformicons/glass/png/dotnet.png";
import dotnetIcon from "@liara/platformicons/glass/png/dotnet.png";
import laravelIcon from "@liara/platformicons/glass/png/laravel.png";
import angularIcon from "@liara/platformicons/glass/png/angular.png";

Expand Down Expand Up @@ -104,7 +104,7 @@ const types = [
{ logo: dockerIcon, alt: "docker" },
{ logo: djangoIcon, alt: "django" },
{ logo: laravelIcon, alt: "laravel" },
{ logo: netcoreIcon, alt: "netcore" },
{ logo: dotnetIcon, alt: "dotnet" },
{ logo: angularIcon, alt: "angularjs" },
// One-click-apps
{ logo: n8nIcon, alt: "n8n" },
Expand Down
34 changes: 17 additions & 17 deletions components/Sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -671,78 +671,78 @@ const Sidebar = ({ searchOpen, setSearchOpen }) => {
</ul>
</li>
<li>
<NavTitle href="/app-deploy/netcore">
<PlatformIcon platform="netcore" />
<NavTitle href="/app-deploy/dotnet">
<PlatformIcon platform="dotnet" />
Net.
</NavTitle>
<ul className="nav__list">
<li>
<ActiveLink href="/app-deploy/netcore/getting-started">
<ActiveLink href="/app-deploy/dotnet/getting-started">
شروع به کار
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/netcore/browser">
<ActiveLink href="/app-deploy/dotnet/browser">
استقرار با مرورگر
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/netcore/cli">
<ActiveLink href="/app-deploy/dotnet/cli">
استقرار با Liara CLI
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/netcore/envs">
<ActiveLink href="/app-deploy/dotnet/envs">
تنظیم متغیرها (env)
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/netcore/logs">
<ActiveLink href="/app-deploy/dotnet/logs">
مشاهده لاگ‌ها
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/netcore/liarajson">
<ActiveLink href="/app-deploy/dotnet/liarajson">
استفاده از فایل liara.json
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/netcore/update">
<ActiveLink href="/app-deploy/dotnet/update">
به‌روزرسانی برنامه
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/netcore/dbs">
<ActiveLink href="/app-deploy/dotnet/dbs">
اتصال به دیتابیس
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/netcore/disks">
<ActiveLink href="/app-deploy/dotnet/disks">
استفاده از دیسک‌ها
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/netcore/object-storage">
<ActiveLink href="/app-deploy/dotnet/object-storage">
اتصال به ذخیره‌سازی ابری
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/netcore/websocket">
<ActiveLink href="/app-deploy/dotnet/websocket">
وب‌سوکت
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/netcore/email">
<ActiveLink href="/app-deploy/dotnet/email">
ارسال ایمیل
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/netcore/entity-framework">
<ActiveLink href="/app-deploy/dotnet/entity-framework">
Entity Framework
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/netcore/tips">
<ActiveLink href="/app-deploy/dotnet/tips">
توضیحات و نکات تکمیلی
</ActiveLink>
</li>
Expand Down Expand Up @@ -1460,7 +1460,7 @@ const Sidebar = ({ searchOpen, setSearchOpen }) => {
</li>
<li>
<ActiveLink href="/instructions/dotnet-published">
<PlatformIcon platform="netcore" />
<PlatformIcon platform="dotnet" />
استقرار فایل DLL
</ActiveLink>
</li>
Expand Down
2 changes: 1 addition & 1 deletion components/SmMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const SmMenu = ({ showSidebar }) => {
title: ".Net",
href: "https://liara.ir/landing/هاست-دات-نت-dotnet/",
alt: "هاست ابری دات‌نت‌",
icon: "netcore",
icon: "dotnet",
},
{
title: "ReactJS",
Expand Down
12 changes: 6 additions & 6 deletions liara_nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ location ~ ^/desktop/install/?$ {
return 301 /browser/about;
}

location ~ ^/app-deploy/netcore/desktop/?$ {
return 301 /app-deploy/netcore/browser;
location ~ ^/app-deploy/dotnet/desktop/?$ {
return 301 /app-deploy/dotnet/browser;
}

location ~ ^/app-deploy/react/desktop/?$ {
Expand Down Expand Up @@ -236,8 +236,8 @@ location ~ ^/app-deploy/docker/deploy/?$ {
return 301 /app-deploy/docker/desktop;
}

location ~ ^/app-deploy/netcore/deploy/?$ {
return 301 /app-deploy/netcore/desktop;
location ~ ^/app-deploy/dotnet/deploy/?$ {
return 301 /app-deploy/dotnet/desktop;
}

location ~ ^/app-deploy/flask/deploy/?$ {
Expand All @@ -252,8 +252,8 @@ location ~ ^/app-deploy/nodejs/cloud-storage/?$ {
return 301 /app-deploy/nodejs/object-storage;
}

location ~ ^/app-deploy/netcore/cloud-storage/?$ {
return 301 /app-deploy/netcore/object-storage;
location ~ ^/app-deploy/dotnet/cloud-storage/?$ {
return 301 /app-deploy/dotnet/object-storage;
}

location ~ ^/app-deploy/flask/cloud-storage/?$ {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default () => (
</Head>

<div className="page-head">
<PlatformIcon platform="netcore" />
<PlatformIcon platform="dotnet" />
<div className="page-title">
<h1>پلتفرم Net.</h1>
<span className="page-description">(DotNet Platform)</span>
Expand Down Expand Up @@ -94,7 +94,7 @@ export default () => (
<ul>
<li>
<b>تنظیمات دیسک‌ها: </b>اگر که در برنامه خود،{" "}
<a href="/app-deploy/netcore/disks">دیسک</a> تعریف کردید؛ می‌توانید در
<a href="/app-deploy/dotnet/disks">دیسک</a> تعریف کردید؛ می‌توانید در
این بخش، آن را به برنامه خود متصل کنید.
</li>
<li>
Expand Down Expand Up @@ -143,11 +143,11 @@ export default () => (
<h3 id="common-problem">خطاهای رایج در فرایند استقرار</h3>
<p>
چنانچه در فرایند استقرار با خطای خاصی مواجه شده‌اید، حتما پیشنهاد می‌کنیم
که بخش <Link href="/app-deploy/netcore/tips">توضیحات و نکات تکمیلی</Link>{" "}
که بخش <Link href="/app-deploy/dotnet/tips">توضیحات و نکات تکمیلی</Link>{" "}
را مطالعه کرده و تنظیمات مربوطه را انجام دهید.
</p>

<Link href="/app-deploy/netcore/cli" className="next-page">
<Link href="/app-deploy/dotnet/cli" className="next-page">
متوجه شدم، برو گام بعدی!
</Link>
</Layout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default () => (
</Head>

<div className="page-head">
<PlatformIcon platform="netcore" />
<PlatformIcon platform="dotnet" />
<div className="page-title">
<h1>پلتفرم Net.</h1>
<span className="page-description">(DotNet Platform)</span>
Expand Down Expand Up @@ -128,7 +128,7 @@ export default () => (
دستور زیر استفاده کنید:
</p>
<pre>
<code>{`$ liara deploy --platform=netcore`}</code>
<code>{`$ liara deploy --platform=dotnet`}</code>
</pre>

<Notice variant="info">
Expand All @@ -153,7 +153,7 @@ export default () => (
<h3 id="common-problem">خطاهای رایج در فرایند استقرار</h3>
<p>
چنانچه در فرایند استقرار با خطای خاصی مواجه شده‌اید، حتما پیشنهاد می‌کنیم
که بخش <Link href="/app-deploy/netcore/tips">توضیحات و نکات تکمیلی</Link>{" "}
که بخش <Link href="/app-deploy/dotnet/tips">توضیحات و نکات تکمیلی</Link>{" "}
را مطالعه کرده و تنظیمات مربوطه را انجام دهید.
</p>

Expand All @@ -166,7 +166,7 @@ export default () => (

<p dir="ltr">https://dotnet-getting-started.iran.liara.run</p>

<Link href="/app-deploy/netcore/envs" className="next-page">
<Link href="/app-deploy/dotnet/envs" className="next-page">
متوجه شدم، برو گام بعدی!
</Link>
</Layout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default () => (
</Head>

<div className="page-head">
<PlatformIcon platform="netcore" />
<PlatformIcon platform="dotnet" />
<div className="page-title">
<h1>پلتفرم Net.</h1>
<span className="page-description">(DotNet Platform)</span>
Expand Down Expand Up @@ -315,7 +315,7 @@ using (var scope = app.Services.CreateScope())

<br />

<Link href="/app-deploy/netcore/disks" className="next-page">
<Link href="/app-deploy/dotnet/disks" className="next-page">
متوجه شدم، برو گام بعدی!
</Link>
</Layout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default () => (
</Head>

<div className="page-head">
<PlatformIcon platform="netcore" />
<PlatformIcon platform="dotnet" />
<div className="page-title">
<h1>پلتفرم Net.</h1>
<span className="page-description">(DotNet Platform)</span>
Expand Down Expand Up @@ -96,7 +96,7 @@ export default () => (
می‌توانید از دستور زیر استفاده کنید:
</p>
<pre>
<code>{`$ liara deploy --platform=netcore`}</code>
<code>{`$ liara deploy --platform=dotnet`}</code>
</pre>

<Notice variant="info">
Expand All @@ -121,7 +121,7 @@ export default () => (
<h3 id="common-problem">خطاهای رایج در فرایند استقرار</h3>
<p>
چنانچه در فرایند استقرار با خطای خاصی مواجه شده‌اید، حتما پیشنهاد می‌کنیم
که بخش <Link href="/app-deploy/netcore/tips">توضیحات و نکات تکمیلی</Link>{" "}
که بخش <Link href="/app-deploy/dotnet/tips">توضیحات و نکات تکمیلی</Link>{" "}
را مطالعه کرده و تنظیمات مربوطه را انجام دهید.
</p>

Expand All @@ -134,7 +134,7 @@ export default () => (

<p dir="ltr">https://dotnet-getting-started.iran.liara.run</p>

<Link href="/app-deploy/netcore/envs" className="next-page">
<Link href="/app-deploy/dotnet/envs" className="next-page">
متوجه شدم، برو گام بعدی!
</Link>
</Layout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default () => (
</Head>

<div className="page-head">
<PlatformIcon platform="netcore" />
<PlatformIcon platform="dotnet" />
<div className="page-title">
<h1>پلتفرم Net.</h1>
<span className="page-description">(DotNet Platform)</span>
Expand Down Expand Up @@ -192,7 +192,7 @@ $ liara deploy --disks data:MyStaticFiles \\
</Highlight>
<br></br>

<Link href="/app-deploy/netcore/object-storage" className="next-page">
<Link href="/app-deploy/dotnet/object-storage" className="next-page">
متوجه شدم، برو گام بعدی!
</Link>
</Layout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default () => (
</Head>

<div className="page-head">
<PlatformIcon platform="netcore" />
<PlatformIcon platform="dotnet" />
<div className="page-title">
<h1>پلتفرم Net.</h1>
<span className="page-description">(DotNet Platform)</span>
Expand Down Expand Up @@ -44,7 +44,7 @@ export default () => (
برای استفاده از سرویس ایمیل در برنامه‌های ASP.Net Core باید پس از{" "}
<Link href="/app-features/email#create-email">ایجاد سرویس ایمیل</Link>،
اطلاعات <Link href="/app-features/email#settings">دسترسی SMTP</Link> را
طبق مستندات <Link href="/app-deploy/netcore/envs">تنظیم متغیرها</Link> در
طبق مستندات <Link href="/app-deploy/dotnet/envs">تنظیم متغیرها</Link> در
تنظیمات برنامه اضافه کنید.
</p>

Expand Down Expand Up @@ -199,7 +199,7 @@ public class TestController : Controller
مراجعه کنید.
</p>

<Link href="/app-deploy/netcore/entity-framework" className="next-page">
<Link href="/app-deploy/dotnet/entity-framework" className="next-page">
متوجه شدم، برو گام بعدی!
</Link>
</Layout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default () => (
</Head>

<div className="page-head">
<PlatformIcon platform="netcore" />
<PlatformIcon platform="dotnet" />
<div className="page-title">
<h1>پلتفرم Net.</h1>
<span className="page-description">(DotNet Platform)</span>
Expand Down Expand Up @@ -104,7 +104,7 @@ dotnet add package Microsoft.EntityFrameworkCore.SQLite
در ادامه، بایستی در فایل <span className="code">Program.cs</span> دیتابیس
خود را تعریف کنید تا برنامه، بتواند از آن استفاده کند:
</p>
<Highlight className="netcore">
<Highlight className="dotnet">
{`using Microsoft.EntityFrameworkCore;
using Production.Data;
var builder = WebApplication.CreateBuilder(args);
Expand All @@ -126,7 +126,7 @@ var builder = WebApplication.CreateBuilder(args);
کار، کافیست تا قطعه کد زیر را، به فایل{" "}
<span className="code">Program.cs</span> خود، اضافه کنید:
</p>
<Highlight className="netcore">
<Highlight className="dotnet">
{`builder.Services.AddControllersWithViews();
var app = builder.Build();
Expand All @@ -148,11 +148,11 @@ using (var scope = app.Services.CreateScope())
نیز، نصب کنید، مقدار URI دیتابیس مدنظر را در فایل{" "}
<span className="code">appsettings.json</span> قرار دهید و در فایل{" "}
<span className="code">Program.cs</span> از متد مربوط به دیتابیس استفاده
کنید که آموزش آن نیز در <a href="/app-deploy/netcore/dbs">لیارا</a> موجود
کنید که آموزش آن نیز در <a href="/app-deploy/dotnet/dbs">لیارا</a> موجود
است.{" "}
</p>

<Link href="/app-deploy/netcore/tips" className="next-page">
<Link href="/app-deploy/dotnet/tips" className="next-page">
متوجه شدم، برو گام بعدی!
</Link>
</Layout>
Expand Down
Loading

0 comments on commit 15eddc8

Please sign in to comment.