Coder Social home page Coder Social logo

trustline's Introduction

Trustline

Cara menginstal (windows)

  • Install requirement: xampp(web server, PHP >= 5.4, mysql), composer.
  • Buat folder trustline di direktori public xampp. Biasanya di C:\xampp\htdocs.
  • Download source ini dan masukkan ke dalam folder trustline.
  • Buka command line, jalankan composer-update di direktori utama trustline.
  • Selagi menunggu update selesai, buat database baru di mysql, beri nama db_todo.
  • Rename ./.env.example menjadi .env.
  • Edit .env, tambahkan konfigurasi mysql.
    DB_DATABASE=db_todo
    DB_USERNAME=root
    DB_PASSWORD=
  • Setelah update selesai, jalankan composer dump-autoload.
  • Jalankan php artisan migrate untuk membuat seluruh tabel.
  • Buka localhost/trustline/public lewat browser.

Cara menginstal (linux)

  • Baca cara menginstal (windows).
  • Instal sendiri setau anda. Cari di google bila perlu.
  • Bantuan:
    • White blank page: sudo chmod -R o+w storage/
    • Encrypt error: sudo php5enmod mcrypt; sudo apache2 restart

Proxified git (git bash)

git config --global http.proxy http://proxyuser:[email protected]:8080
git config --global https.proxy https://proxyuser:[email protected]:8080
git config --global --unset http.proxy
git config --global --unset https.proxy

Git without aunthetication

git config remote.origin.url "https://{username}:{password}@github.com/{username}/{project}.git"

trustline's People

Contributors

rafgugi avatar

Watchers

Ibnoe avatar

Forkers

ahcmadi

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.