Git Product home page Git Product logo

install_transfer_backend's Introduction

#!/bin/bash
curl -o /tmp/installer.sh https://raw.githubusercontent.com/oreaba/install_transfer_backend/main/installer
sudo chmod +x /tmp/installer.sh
source ./tmp/installer.sh

# TODO: the blow makes the script stop at 6 - needs retesting after addping pip to path
# curl https://raw.githubusercontent.com/oreaba/install_transfer_backend/main/installer | bash

## This script will install Zakaa Transfer Backend automatically
## you can review the log through this file:
# tail -f /var/log/transfer_installer.log
# or if you want to inspect on your local terminal:
# ssh -i "~/.ssh/rhel_test.pem" [email protected] 'tail -f /var/log/transfer_installer.log'

#####

# BITBUCKET_REPO="[email protected]:diamond-professional/zakaa_backend.git"
# TARGET_DIRECTORY="/var/www/zakaa_backend/"

# Create the target directory if it doesn't exist
# sudo mkdir -p "$TARGET_DIRECTORY"
# cd $TARGET_DIRECTORY
# Clone the repository into the target directory
# sudo git clone "$BITBUCKET_REPO" "$TARGET_DIRECTORY"
# "$BITBUCKET_REPO" #"$TARGET_DIRECTORY" # do not run this using sudo to be the owner	
# sudo mv ~/zakaa_backend /var/www/
# echo -e "Host bitbucket.org\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
# GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" sudo git clone # # 
# [email protected]:diamond-professional/zakaa_backend.git /var/www/zakaa_backend
# ssh-keyscan bitbucket.org >> ~/.ssh/known_hosts
# ssh-keyscan [email protected]:diamond-professional/zakaa_backend.git >> ~/.ssh/known_hosts

install_transfer_backend's People

Contributors

oreaba avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.