dependabot[bot]andGitHub b695e64e9e Bump sinatra from 2.2.0 to 2.2.3
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/sinatra/sinatra/releases)
- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sinatra/sinatra/compare/v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: sinatra
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
2022-12-01 02:39:12 +00:00
2021-10-07 20:32:28 -04:00
2021-10-07 20:36:41 -04:00
2021-10-07 20:38:24 -04:00
2021-11-02 22:44:27 -04:00
2022-07-12 12:53:25 -04:00
2021-10-07 20:33:39 -04:00
2021-11-03 21:35:11 -04:00
2022-07-07 21:15:42 -04:00
2022-06-15 23:50:18 -04:00
2021-10-07 20:33:12 -04:00
2022-12-01 02:39:12 +00:00
2020-06-02 22:59:57 -04:00
2021-10-07 20:38:24 -04:00
2022-06-16 08:45:16 -04:00

Data Transfer Test

Data Transfer Test is a software developed to measure the amount of data transferred over a period of time.

Screen

alt

How to configure

First clone this repository to the local machine

git clone https://github.com/luizpicolo/data_transfer_test.git

After, access local respository and install the dependencies

cd data_transfer_test
bundle install

and

cd data_transfer_test/public
yarn install

How to use

Create a Cron Task (Test with Debian)

whenever -w

Create and migrate the database

rake db:create && rake db:migrate

Execute webserver

ruby app.rb 

or

rerun 'ruby app.rb'

License

DataTransferTest use Licença MIT. For more details read the User License

S
Description
No description provided
Readme
392 KiB
Languages
Ruby 58.3%
HTML 25.9%
Dockerfile 11.1%
CSS 4.7%