squash on cloud

1-click AWS Deployment    1-click Azure Deployment


Overview

Squash is a collection of tools that help engineers find and kill bugs in their code by automatically collecting, collating and analyzing run time exceptions.

Features

Major Features of Squash

  • Client libraries: Client libraries for different systems (Ruby, Ruby on Rails, Cocoa with Objective-C, etc.) catch and record errors when they occur, then send them to the API endpoint. Client libraries can be found under the Square Squash organization.
  • Front-end: This website displays Bug information and helps the engineer find the root cause for a Bug, and fix it. It also lets engineers manage, assign, and comment on Bugs, as well as view statistics about the Bug.
  • API endpoints: These routes (part of the front-end app) receive exception notifications from the client libraries and process them.

Azure

Installation Instructions For Ubuntu

Note : 1. Please use “Squash” in the place of “stack_name

                 2. How to find PublicDNS in Azure

A) Application URL: Access the application via a browser at http://PublicDNS/Squash

  •  Username : azureuser (Please create new user and delete this user)
  •  Password : Passw@rd123

B) SSH Connection: To connect to the operating system,

1) Download Putty.

2) Connect to virtual machine using following SSH credentials :

  • Hostname: PublicDNS  / IP of machine
  • Port : 22

Username: Your chosen username when you created the machine ( For example:  Azureuser)

Password : Your Chosen Password when you created the machine ( How to reset the password if you do not remember)

C) Other Information:
Default installation path: will be on your web root folder “/var/www/html/Squash” ( Please see above Note for stack name)
2.Default ports:

  • Linux Machines:  SSH Port – 22 or 2222
  • Http: 80 or 8080
  • Https: 443
  • Sql or Mysql ports: By default these are not open on Public Endpoints. Internally Sql server: 1433. Mysql :3306

Configure custom inbound and outbound rules using this link

Installation Instructions For Centos

Note : 1. Please use “Squash” in the place of “stack_name

                 2. How to find PublicDNS in Azure

A) Application URL: Access the application via a browser at http://PublicDNS/Squash

  •  Username : azureuser (Please create new user and delete this user)
  •  Password : Passw@rd123

B) SSH Connection: To connect to the operating system,

1) Download Putty.

2) Connect to virtual machine using following SSH credentials :

  • Hostname: PublicDNS  / IP of machine
  • Port : 22

Username: Your chosen username when you created the machine ( For example:  Azureuser)

Password : Your Chosen Password when you created the machine ( How to reset the password if you do not remember)

C) Other Information:
Default installation path: will be on your web root folder “/var/www/html/Squash” ( Please see above Note for stack name)
2.Default ports:

  • Linux Machines:  SSH Port – 22 or 2222
  • Http: 80 or 8080
  • Https: 443
  • Sql or Mysql ports: By default these are not open on Public Endpoints. Internally Sql server: 1433. Mysql :3306

 

Configure custom inbound and outbound rules using this link

More information about Squash please click here

squash on cloud

Related Posts