Skip to content

dontfile/dontfile

Repository files navigation

Dontfile

The dontpad of files

Build Status Maintainability Test Coverage License

Dontfile is an open source website to store and share text and files (up to 100MB) using URL paths. It continuously saves data as you type. Hosted at http://dontfile.com.

Tech/Framework used

Dontfile is built with Ruby language with the Ruby on Rails web framework

Features

  • Collaboration using URLs
  • Text saved automatically
  • File storage

Installation

Local installation

Prerequisites

  • Ruby version: 2.6.5
  • Rails version: 6.0.1

Install latest bundler

Install bundler

gem install bundler

Bundle the necessary gems

bundle install

Create the database

rails db:create

Migrate the database

rails db:migrate

Run the server

rails server

Docker

Prerequisites for docker

Steps

Run docker compose

docker-compose up -d

Navigate to http://localhost:3000

Tests

rails test

Contribute

Did you find a bug or want to contribute to Dontfile? See CONTRIBUTING.md for details on how to get started.

Credits

Dontfile was inspired by dontpad philosophy.

License

Dontfile is under the MIT License! You can download, change and share the source code!

MIT © Matheus Richard