GithubHelp home page GithubHelp logo

vulnourblog's Introduction

Vulnourblog - Kurulum

NOT : Öncelikle bilgisayarınızda LAMP(Apache, MySQL, PHP) ve phpMyAdmin'nin yüklü olması gerekmektedir.

NOT 2: Bu anlatım Debian tabanlı dağıtımlar baz alınarak hazırlanmıştır. Farklı bir dağıtım kullanıyorsanız, adımlarda oluşacak farklılıklara dikkat ediniz.

Not 3: LAMP kurulumu yapmak ile uğraşmak istemiyorsanız, halihazırda içersinde LAMP yüklü gelen özelleştirilmiş dağıtımımız PauSiber Dev'i kullanabilirsiz. dev.pausiber.xyz/


Apache sunucusu için kullanıcı izinlerinin ayarlanması

İlk olarak /var/www/html dizini için gerekli izinleri ayarlayalım.

sudo chown www-data:www-data -R /var/www/
sudo gpasswd --add KULLANICI_ADINIZ www-data
sudo chmod g+rwx -R /var/www

Gerekli dosyaların GitHub'dan çekilmesi

Vulnourblog dosyalarımızı yerel sunucumaza(bilgisayarımıza) çekelim.

cd /var/www/html
git clone https://github.com/PauSiber/vulnourblog.git

PhpMyAdmin üzerinden import işlemi

Şimdi veritabanımızı phpMyAdmin üzerinden yükleyelim (import).

  • Yukarıdaki menüden Import yazan kısma tıklıyoruz.

  • Şimdi githubdan çektiğimiz dosyaların içinde bulunan vulnourblog.sql isimli dosyamızı import edelim.

  • Choose File butonuna tıklayıp vulnourblog.sql dosyamızı seçiyoruz. Ardından Go butonuna basarak işlemimizi tamamlıyoruz.

Sol taraftaki menüye bakarsanız cypwn_vulnourblog isimli veritabanımızın oluştuğunu görebilirsiniz.


Veritabanı bağlantı ayarının yapılması

Şimdi son olarak veritabanı bağlantısını gerçekleştirelim.

nano /var/www/html/vulnourblog/include/settings.php

Bu kısımda $db_pass kısmına kendi PhpMyAdmin parolanızı yazmanız gerekmektedir. $db_name kısmını ise cypwn_vulnourblog olarak değiştirelim.

Tarayıcınızı açıp http://localhost/vulnourblog/ adresine gidip çözmeye başlayabilirsiniz.

vulnourblog's People

Contributors

sinansh avatar barisesen avatar fykarababa avatar boratanrikulu avatar

Watchers

James Cloos avatar  avatar

Forkers

fykarababa

vulnourblog's Issues

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.