zbing1570 / discourse-username-localization

Localized username support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discourse-username-localization

Localized username support.

Install

Docker

Add following code into app.yml:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/zh99998/discourse-username-localization.git
          - bash discourse-username-localization/install.sh

Vagrant

vagrant ssh

cd /vagrant

bundle exec rake plugin:install repo=http://github.com/openSUSE-zh/discourse-username-localization

bundle exec rake assets:clean

bundle exec rails s -b 0.0.0.0

Update

Vagrant

vagrant ssh

cd /vagrant

bundle exec rake plugin:update plugin=discourse-username-localization

bundle exec rake assets:clean

bundle exec rails s -b 0.0.0.0

About

Localized username support.

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 68.2%Language:Ruby 31.8%