Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Host Your Own GitHub Alternative with Gitea on Windows

  • i12bretro
  • 2022-02-21
  • 2565
Host Your Own GitHub Alternative with Gitea on Windows
GiteaWindowsGitHub AlternativesMicrosoftPowershellSource ControlGitGitea TutorialHow ToTutoriali12bretro
  • ok logo

Скачать Host Your Own GitHub Alternative with Gitea on Windows бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Host Your Own GitHub Alternative with Gitea on Windows или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Host Your Own GitHub Alternative with Gitea on Windows бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Host Your Own GitHub Alternative with Gitea on Windows

#Gitea #Windows #Git

Full steps can be found at https://i12bretro.github.io/tutorials...

--------------------------------------------------------------------
What is Gitea?
--------------------------------------------------------------------
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and GitLab. Gitea is a fork of Gogs. - https://docs.gitea.io/en-us/
 
--------------------------------------------------------------------
Installing Gitea
--------------------------------------------------------------------
   01. Open a browser and navigate to https://dl.gitea.io/gitea
   02. Open the folder for the latest release
   03. Download the latest windows .exe release
   04. Download Git for Windows  https://github.com/git-for-windows/gi...
   05. Install Git for Windows
   06. Rename the downloaded gitea .exe file gitea.exe
   07. Copy/cut gitea.exe
   08. Navigate to C:\Program Files and create a new folder called gitea
   09. Paste gitea.exe inside the new gitea folder
   10. Hold SHIFT and right click in the white space ≫ Open PowerShell window here...
   11. Run the following commands in the PowerShell window
         create subdirectories
         $(New-Item -Force -Type Directory '.\data')
         $(New-Item -Force -Type Directory '.\log')
         create basic ini configuration
         "RUN_USER = $ENV:ComputerName`$`r`nAPP_NAME = Git`r`nRUN_MODE = prod`r`n`r`n[ui]`r`nDEFAULT_THEME = arc-green" | Out-File -Encoding utf8 -FilePath "$(New-Item -Force -Type Directory 'C:\Program Files\gitea\custom\conf')\app.ini"
         run gitea as a service
         New-Service -Name "Gitea" -BinaryPathName '"C:\Program Files\gitea\gitea.exe" web --config "C:\Program Files\gitea\custom\conf\app.ini"' -StartupType "Automatic" -Description "Gitea"
         start the gitea service
         Start-Service "Gitea"
 
--------------------------------------------------------------------
Initial Configuration
--------------------------------------------------------------------
   01. Open a web browser and navigate to http://DNSorIP:3000
   02. Set the database type to SQLite3 on the Initial Configuration screen ≫ Click the Install Gitea button
   03. Click the Register Now link
   04. Enter a username, email and password ≫ Click the Register Account button
   05. Welcome to Gitea
 
Documentation:  https://docs.gitea.io/en-us/windows-s...
 


Connect with me and others ###
★ Discord:   / discord  
★ Reddit:   / i12bretro  
★ Twitter:   / i12bretro  

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]