Skip to content

pauloavila88/algoz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Algoz

WebCrawl ZAP into a Google Sheet with a dedicated User Interface:

Algoz_Presentation.mp4

Oracle Cloud Server

SSH client Connection

Install a SSH Client Software, for example PortX (cross platform):

PortX_Download

Connect to File Session

PortX_FileSession-1

PortX_FileSession-2

PortX_FileSession-3

PortX_FileSession-4

PortX_FileSession-5

PortX_FileSession-6

PortX_FileSession-8

PortX_FileSession-9

PortX_FileSession-10

PortX_FileSession-11

PortX_FileSession-12

PortX_FileSession-13

PortX_FileSession-14

PortX_FileSession-15

Connect to Terminal Session

PortX_FileSession-1

PortX_FileSession-2

PortX_FileSession-3

PortX_TerminalSession-4

PortX_TerminalSession-5

PortX_TerminalSession-6

PortX_TerminalSession-8

PortX_TerminalSession-9

PortX_TerminalSession-10

Web App Deploy

  1. Enter in Terminal Session, more info.

    • Shell Scripts for Web App Deploy:

      • Paste in Terminal Session the following command

        sudo vi /home/ubuntu/Algoz/Executables/Linux/algoz.run.service.sh
        
      • Exit VIM:

        Esc + : + w + q + ↵ Enter

    • Systemctl Service of Web App:

      • Edit Service:

        Paste in Terminal Session the following command

        sudo vi /lib/systemd/system/algoz.service
        
      • Exit VIM:

        Esc + : + w + q + ↵ Enter

      • Save Service Edition:

        Paste in Terminal Session the following command

        sudo systemctl daemon-reload
        sudo systemctl restart algoz.service
        
      • Service Status:

        Paste in Terminal Session the following command

        systemctl status algoz.service
        

Edit Server Background Images

  1. Enter in File Session, more info.

  2. Go to this path:

    /home/ubuntu/Algoz/server/ui/build/static/bck-ground-imgs
    

    Change-BckImgs

Edit Google Cloud APIs Credentials

  1. Enter in Terminal Session, more info.

  2. Paste in Terminal Session the following command

    bash ~/Algoz/Executables/Linux/algoz.gapi.install.sh
    
  3. Follow the steps in Google APIs Authorization

Instalation

Windows

  • Go to CMD (command prompt):

    • ⊞ Win + R
    • Search: cmd
    • Ctrl + ⇧ Shift + ↵ Enter
  • Copy-Paste the following comands:

    powershell -command "Invoke-WebRequest -Uri https://raw.githubusercontent.com/pauloavila88/algoz/main/Executables/Windows/algoz.install.bat -OutFile ~\algoz_installer.bat"
    %UserProfile%\algoz_installer.bat && del %UserProfile%\algoz_installer.bat
    
  • Take a loot at Google APIs Authorization

Linux

  • Go to CMD (command prompt):

    • Ctrl + Alt + T
  • Copy-Paste the following comands:

    wget https://raw.githubusercontent.com/pauloavila88/algoz/main/Executables/Linux/algoz.install.sh -O ~/algoz_installer.sh
    bash ~/algoz_installer.sh && rm -r ~/algoz_installer.sh
    
  • Take a loot at Google APIs Authorization

Google APIs Authorization

  • While instalation will be requested to insert Google Cloud APIs Credentials JSON file in a specific folder:

    Credentials Request

  • Authenticate the Google Sheets/Drive that will be associated with App:

    • Get Google APIs Authorization Code:

      Get Authorization Code

    • Set Google APIs Authorization Code:

      Set Authorization Code

  • Instalation Completed: Instalation Completed

Run

Windows

  • Go to CMD (command prompt):

    • ⊞ Win + R
    • Search: cmd
    • Ctrl + ⇧ Shift + ↵ Enter
  • Copy-Paste the following comands:

    %UserProfile%\Algoz\Executables\Windows\algoz.run.bat
    

Linux

  • Go to CMD (command prompt):

    • Ctrl + Alt + T
  • Copy-Paste the following comands:

    bash ~/Algoz/Executables/Linux/algoz.run.sh
    

Uninstall

Windows

  • Go to CMD (command prompt):

    • ⊞ Win + R
    • Search: cmd
    • Ctrl + ⇧ Shift + ↵ Enter
  • Copy-Paste the following comands:

    %UserProfile%\Algoz\Executables\Windows\algoz.uninstall.bat
    

Linux

  • Go to CMD (command prompt):

    • Ctrl + Alt + T
  • Copy-Paste the following comands:

    bash ~/Algoz/Executables/Linux/algoz.uninstall.sh
    

About

WebCrawl zapimoveis.com.br

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published