Moved doc/README.md to main directory

This commit is contained in:
Christoph Haas 2018-08-08 14:26:44 +02:00
parent fbee80f5f1
commit 24c4b83762
2 changed files with 12 additions and 31 deletions

View file

@ -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

View file

@ -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