Alian Hub
  • App Installation and Start Guide
    • 1. Nodejs Configuration
    • 2. Generate License Key
    • 3. Server Startup
    • 4. Installation Guide
      • 4.1 Domain Verification
      • 4.2 MongoDB Verification
      • 4.4 Wasabi Configuration
      • 4.5 Firebase Configuration
      • 4.6 AI Configuration
      • 4.7 Payment Configuration
        • 4.7.1 Chargebee Configuration
        • 4.7.2 Paddle Configuration
      • 4.8 SMTP Configuration (GMAIL)
      • 4.9 Database Initialization
      • 4.10 Final Step
      • 4.11 Final Builds
    • 5. Time Tracker Configuration
  • Introduction to Alian hub
    • Create An Account
    • User Dashboard
    • Create a New Project
    • Project Dashboard
      • Create a New Folder
      • Create a New Sprint
      • Add a New Task
      • Add a Sub-Task
      • Add Time Log
      • Add a Milestone
      • Add Estimated Hours
    • List View
    • Activity View
    • Calendar View
    • Board View
    • Comments
    • Project Details
    • Workload View
    • Table View
    • Embed View
    • Chats & Channels
    • Close Or Reopen Project
    • Time Sheet Reports
    • Milestone Report
    • Settings
      • Company Settings
        • Projects Settings
        • Template Settings
        • Upgrade your Plan
        • Security & Permissions
      • Personal Settings
  • Docker Installation
    • Alian hub - Docker Setup Guide
    • Docker Image Hosting Guide
  • TROUBLESHOOTING
    • FAQs
Powered by GitBook
On this page
  1. App Installation and Start Guide

3. Server Startup

Previous2. Generate License KeyNext4. Installation Guide

Last updated 5 months ago

3.1 Start Server and Installation

Go back to your command prompt after completing Step 2.1. Now, use the command:

npm run basic-install

NOTE: if this step thows issue related to the BUILD failure, then you can follow this steps in your terminal

// Considering working directory as projects root directory
> cd installation
> npm run build

// On successful build completion, change directory to root
> cd ..

// Run the server using any of the below commands
> npm run start 
// OR
> node server.js

This command will generate env files and a build for installation.

When the command is done, it will display the output on your command prompt as shown on the screen below.

Thereafter, navigate to YOUR_DOMAIN_URL in your browser.

After that, begin the Step 4.1.