mirror of
https://github.com/Ombi-app/Ombi.git
synced 2024-11-22 21:40:07 -08:00
Page:
Building V4
Pages
Api Information
Arr Settings
Authentication Settings
Backups
Building V4
Common Errors
Customization Settings
Discord Notification Settings
Docker Containers
DogNzb Settings
Email Notification Settings
FAQ
Home
Installation
Issue Settings
Job Settings
Jobs Tasks Schedules
Landing Page Settings
Mass Email
Migration procedure from SQLite to MySQL or MariaDB
Mobile App Setup
Newsletter Settings
Notification Template Variables
Ombi & Tautulli
Ombi Settings
Ombi v4 Custom CSS File
Ombi v4 Custom Themes
Prerequisites
Pushbullet Notification Settings
Pushover Notification Settings
Request Workflow
Reverse Proxy Examples
Reverse Proxy v4
Roles and Notifications
Settings
Slack Notification Settings
Startup Parameters
Telegram Notifications
Translations
Twilio
Update Settings
User Importer Settings
User Roles
Using a different database (MySQL) on Windows
Using a different database
Vote Settings
12
Building V4
Blake Drumm edited this page 2020-12-27 19:36:31 -05:00
This example I'll be using VSCode to edit the frontend.
- Clone the Repository
- Change branch to
feature/v4
- Install the .Net Core SDK (latest) https://dotnet.microsoft.com/download/dotnet-core
- Install NodeJS and Tools for Node.js Native Modules
- Install Yarn
- Set the Env variable to development
$export ASPNETCORE_Environment=Development
or$env:ASPNETCORE_ENVIRONMENT = "Development"
in Powershell - Open up a New Terminal in the following location:
~src/Ombi/ClientApp
, run the following:yarn
(wait for it to install all dependencies)yarn start
- Go to
~/src/Ombi
in a Terminal Window and rundotnet run -- --host http://*:3577
- Navigate to http://localhost:3577/
You can now make UI changes and it will use Hot Module Reloading to show the changes.
If you are doing this on your server machine changing the environment will make your Ombi install fail to run.
Be sure to change the environment back to production
to re-run Ombi.
The wiki is dead! Long live the wiki!