Skip to content

m0g/fireq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

198 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work in progress. More documentation coming soon.

Minimal requirements:
2GB RAM, 4GB Free space

Replace <you_ip_or_domain> with domain where Superdesk will be accessible.
For example test.superdesk.org or 139.59.154.138

Install a Superdesk on fresh Ubuntu 16.04

(echo HOST=<you_ip_or_domain>; curl https://raw.githubusercontent.com/superdesk/fireq/master/files/superdesk/install) | sudo bash

Install a Liveblog on fresh Ubuntu 16.04

(echo HOST=<you_ip_or_domain>; curl https://raw.githubusercontent.com/superdesk/fireq/master/files/liveblog/install) | sudo bash

More details with DigitalOcean instance

Things are the same for Liveblog, just replace superdesk with liveblog.

# Droplet: 2 GB Memory / 40 GB Disk / FRA1 - Ubuntu 16.04.1 x64
# IP: 139.59.154.138

$ ssh root@139.59.154.138
$ (echo HOST=139.59.154.138; curl https://raw.githubusercontent.com/superdesk/fireq/master/files/superdesk/install) | sudo bash

$ cat /etc/superdesk.sh
HOST=139.59.154.138
HOST_SSL=''
DB_HOST='localhost'
DB_NAME='superdesk'
SUPERDESK_TESTING=''

MONGO_URI=mongodb://${DB_HOST}/${DB_NAME}
LEGAL_ARCHIVE_URI=${MONGO_URI}_la
ARCHIVED_URI=${MONGO_URI}_ar
CONTENTAPI_MONGO_URI=${MONGO_URI}_ca

ELASTICSEARCH_URL=http://${DB_HOST}:9200
ELASTICSEARCH_INDEX=${DB_NAME}
CONTENTAPI_ELASTICSEARCH_INDEX=${ELASTICSEARCH_INDEX}_ca

# go to http://139.59.154.138
# login: admin
# password: admin
# then go http://139.59.154.138/#/profile/ to change admin password and info

Change accordingly SMTP settings:

$ cat << EOF >> /etc/superdesk.sh
# Defaults
MAIL_FROM=superdesk@localhost
MAIL_PASSWORD=
MAIL_PORT=25
MAIL_SERVER=localhost
MAIL_USERNAME=
MAIL_USE_SSL=False
MAIL_USE_TLS=False
EOF

# resatart supervisor
$ supervisorctl restart all

If you need to change HOST

# change it in /etc/superdesk.sh
$ curl https://raw.githubusercontent.com/superdesk/fireq/master/files/superdesk/deploy | sudo bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors