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