DEV Community

alpira
alpira

Posted on

πŸš€ Introducing Odysseus-CLI: Simplified Deployment for Laravel, React and other Applications

We are excited to announce the beta release of Odysseus-CLI, a powerful command-line tool designed to streamline the deployment of Laravel and React applications directly on the alpira hosting platform.

Odysseus-CLI aims to remove the complexities of deployment, offering developers an efficient way to integrate their projects with GitHub and manage their applications effortlessly.

πŸ”‘ Key Features

Seamless GitHub Integration

  • Authenticate with OAuth for a secure connection to your repositories.
  • Automates deployments with every Git push.

Laravel Optimization

  • Pre-configured Redis, Opcache, PHP version, and database setups.
  • Fully customizable settings available via both CLI and the control panel.

React-Specific Build Servers

  • Dedicated build processes ensure React projects are optimized and deployed efficiently.

Developer-Centric Design

  • Provides full control over configurations to meet unique project needs.

πŸ› οΈ Installation

Requirements

  • Node.js v16+

Install Globally

npm install -g odysseus-cli-dev

Getting Started

Login to alpira

odysseus-cli-dev login

Create an Application

odysseus-cli-dev create-app

Follow the prompts to select the app type and integrate your GitHub repository.

View Your Applications

odysseus-cli-dev list-apps

Build and Deploy

odysseus-cli-dev build-app <app-id>

🌟 Why Odysseus-CLI?

Odysseus-CLI was built to address the challenges of managing deployments, particularly for Laravel and React projects. By automating routine tasks and offering robust integration capabilities, it empowers developers to focus on building great applications instead of worrying about deployment complexities.

πŸ“¬ Share Your Feedback

Visit the GitHub repository: Github

We look forward to hearing your thoughts, suggestions, and ideas. Let’s build something great together!

Top comments (0)