Getting Started

Installation

Get started with Wayvo by setting up your system using Docker or by signing up for a trial cloud workspace.


Installation Options

Docker Compose

For enterprise users or trial sign-ups, Wayvo provides a Docker Compose file to simplify the installation process.

Steps to Install via Docker Compose

  1. Obtain the Docker Compose File

    After signing up for a trial or purchasing an enterprise license, you will receive a Docker Compose file.

  2. Run the Docker Compose File

    Ensure you have Docker and Docker Compose installed on your system. Then, follow these steps:

    # Navigate to the directory containing the Docker Compose file
    cd /path/to/docker-compose-file
    
    # Run Docker Compose to set up Wayvo
    docker-compose up -d
    
  3. Access Wayvo

    Once the containers are running, you can access Wayvo in your browser at http://localhost:your-port.

Need help?

If you encounter any issues during the installation process, refer to our troubleshooting guide or join our community forums for assistance.

Cloud Workspace

You can also sign up for a trial cloud workspace directly through the Wayvo website.

Steps to Sign Up for a Cloud Workspace

  1. Visit the Wayvo Website

    Go to Wayvo’s signup page.

  2. Fill Out the Signup Form

    Provide the necessary details and create your account.

  3. Access Your Workspace

    After signing up, log in to your account to access your cloud workspace and start building applications immediately.


Next Steps

With Wayvo set up, you're ready to start building your first project. Follow the guide on Creating Your First Application to begin your journey with Wayvo.

For more detailed information on configuring and customizing Wayvo, explore our User Interface Guide and Building Applications sections.

Previous
Architecture