Moved doc/README.md to main directory
This commit is contained in:
parent
fbee80f5f1
commit
24c4b83762
2 changed files with 12 additions and 31 deletions
24
README.md
24
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue