From 24c4b83762e380cb9774e344cc6b80051fcede07 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Wed, 8 Aug 2018 14:26:44 +0200 Subject: [PATCH] Moved doc/README.md to main directory --- README.md | 24 ++++++++++++------------ doc/README.md | 19 ------------------- 2 files changed, 12 insertions(+), 31 deletions(-) delete mode 100644 doc/README.md diff --git a/README.md b/README.md index 57b9497..f53fae6 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ -# Installation +# About debshots -Install rbenv (https://github.com/rbenv/ruby-build#readme). +Debshots is a web application written in Ruby-on-Rails that powers the +screenshots.debian.net web site. Many services like packages.debian.net, +Ubuntu Software or Synaptic rely on it. -Install required libraries: +## State of the application - sudo apt install libbz2-dev libpq-dev +The application has been revamped a lot and does not resemble the version +still used in production. The current state is worth trying but not yet ready +for deployment. -Install Bundler +## Development - gem install bundler +Check out the doc/README.Development.md -Install the dependencies: +## Deployment - bundle - -Install a PostgreSQL server: - - apt install postgresql +Read the doc/README.Installation.md diff --git a/doc/README.md b/doc/README.md deleted file mode 100644 index 69d0f07..0000000 --- a/doc/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# About debshots - -Debshots is a web application written in Ruby-on-Rails that powers the -screenshots.debian.net web site. Many services like packages.debian.net, -Ubuntu Software or Synaptic rely on it. - -## State of the application - -The application has been revamped a lot and does not resemble the version -still used in production. The current state is worth trying but not yet ready -for deployment. - -## Development - -Check out the README.Development.md - -## Deployment - -Read the README.Installation.md