e876e00123
Bumps [activerecord](https://github.com/rails/rails) from 6.1.4.1 to 6.1.6.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.3.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.4.1...v6.1.6.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
config | ||
db | ||
lib/tasks | ||
models | ||
public | ||
views | ||
.gitignore | ||
app.rb | ||
docker-compose.yml | ||
Dockerfile | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
Rakefile | ||
README.md |
Data Transfer Test
Data Transfer Test is a software developed to measure the amount of data transferred over a period of time.
Screen
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