forked from bofh/fetsite
add a README
This commit is contained in:
25
README
Normal file
25
README
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
SETUP:
|
||||||
|
|
||||||
|
install ruby 2.1.10
|
||||||
|
|
||||||
|
install requirements
|
||||||
|
apt-get ...
|
||||||
|
|
||||||
|
|
||||||
|
mkdir /srv/fetsite
|
||||||
|
cd /srv/fetsite
|
||||||
|
|
||||||
|
copy / fetch Gemfile
|
||||||
|
|
||||||
|
make User fetsite
|
||||||
|
|
||||||
|
|
||||||
|
bundle install
|
||||||
|
|
||||||
|
# Config Files kopieren:
|
||||||
|
cp /srv/fetsite/config/omniout_secrets.yml.example /srv/fetsite/config/omniout_secrets.yml
|
||||||
|
cp /srv/fetsite/config/omniout_secrets.yml.example /srv/fetsite/config/omniout_secrets.yml
|
||||||
|
touch crawler_config.yml
|
||||||
|
|
||||||
|
# Datenbank erstellen
|
||||||
|
rake db:migrate
|
||||||
Reference in New Issue
Block a user