Coder Social home page Coder Social logo

drupal-console-id's Introduction

drupal-console-id

DrupalConsole Indonesian Language / Bahasa Indonesia

Versi Bahasa Indonesia

Pemakaian

Proyek Drupal Console diinstal pada tiap website Drupal 8 dengan menggunakan bahasa Inggris sebagai bawaan.

Untuk menginstal Paket Drupal Console dengan bahasa Indonesia jalankan perintah berikut ini

$ composer require drupal/console-id

Instal Drupal Console

Untuk menginstal versi yang sesuai dari proyek Drupal Console untuk instalasi drupal anda, jalankan perintah composer berikut ini

$ composer require drupal/console:~1.0 --prefer-dist --optimize-autoloader

Instal Drupal Console launcher

Untuk mengindari konflik antara rilis Drupal dan versi Drupal Console di antara rilis major dan minor Drupal, dibuatlah Drupal Console launcher untuk memuat perintah-perintah Drupal Console yang tersedia untuk setiap website Drupal 8.

Ikuti perintah di bawah ini untuk menginstal aplikasi global untuk Drupal Console launcher.

$ curl https://drupalconsole.com/installer -L -o drupal.phar
# Atau
$ php -r "readfile('https://drupalconsole.com/installer');" > drupal.phar

$mv drupal.phar /usr/local/bin/drupal
$ chmod +x /usr/local/bin/drupal

Kontribusi

Jika anda ingin berkontribusi pada penerjemahan ini, anda perlu mengikuti langkah-langkah ini

Supaya terbarukan dengan kontribusi lainnya anda harus menyetel koneksi dengan repository utama menggunakan perintah git berikut ini

$ git remote add upstream [email protected]:hechoendrupal/drupal-console-id.git

Untuk mengambil kontribusi terakhir sebelum memulai, anda harus menjalankan perintah-perintah berikut ini

$ git fetch upstream
$ git merge upstream/master

Catatan: Push perubahan pada repository yang telah anda fork untuk membuat PR per hari supaya mencegah terjadinya konflik dengan kontributor-kontributor lainnya.

English Version

Check instructions at https://github.com/hechoendrupal/drupal-console-en

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.