Skip to content
This repository has been archived by the owner on Jun 26, 2018. It is now read-only.

bm-sms/daimon-news-self-hosting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daimon news self hosting

Setup

$ git clone --origin upstream git@github.com:bm-sms/daimon-news-self-hosting.git:upstream
$ cd daimon-news-self-hosting

Copy and setup database config config/database.yml from config/database.example.yml.

$ bin/setup

Customize

Setting

Edit application config: config/application.yml And commit your file:

$ git add -f config/application.yml
$ git commit -m 'Update config'

Style

  1. Put your css to custom/stylesheets diretory.
  2. Replace service logo custom/images/logo.png.

And commit your files.

$ git add -f app/assets/{stylesheets,images}/custom
$ git commit -m 'Update css'

Setup repository for customized style

$ git remote add origin <your repository URL>
$ git push -u origin master

Deploy

For Heroku:

$ heroku create
$ git push heroku master

Write a post

To visit /admin.

Update

To follow update on original branch. Run the following script.

$ bin/update

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published