Skip to content

MahrezBH/MultiCloudManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Workspace Initialization

This project workspace is organized to efficiently manage and deploy infrastructure and backend services. The structure includes necessary Ansible playbooks and the backend project.

Prerequisites

Ensure you have the following installed on your machine:

  • Python 3.x
  • Ansible
  • Docker
  • Git

Setup Instructions

Backend Project (ilef_cloud)

  1. Navigate to the ilef_cloud directory:

    cd ilef_cloud
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run database migrations:

    python manage.py migrate
  4. Start the development server:

    python manage.py runserver

Ansible Playbooks

  1. Navigate to the playbooks directory:

    cd playbooks
  2. Run a playbook (e.g., to set up Jenkins):

    ansible-playbook jenkins_playbook.yml

Usage

  • The backend project (ilef_cloud) provides the necessary APIs and functionalities.
  • The Ansible playbooks in the playbooks directory automate the deployment and configuration of various services.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages