GithubHelp home page GithubHelp logo

novitas's Introduction

wp-redberry

Wordpress basic installation and clean base theme.


GUIDE - Steps to customize for some project:

  1. Create new database and upload database ZIP file. Database file is located into the '/wp-content/backupwordpress-*******-backups/' directory.

  2. Open 'rb_options' table and change first two options (siteurl and home) values with 'http://localhost/your-project-name'.

  3. Open 'wp-config.php' file and define some constants:

    define('DB_NAME', 'your_database_name'); define('DB_USER', 'your_database_username'); define('DB_PASSWORD', 'your_database_user_password'); define('DB_HOST', 'your_database_hostname');

  4. Regenerate authentication unique keys and salts. To complete this task, visit the site (https://api.wordpress.org/secret-key/1.1/salt/) and paste generated unique keys and salts into the 'wp-config.php' file.

  5. Open .htaccess file and replace '/wp-reddbery' with '/your-project-name'. Replace all occurrences.

  6. Rename the theme folder with your project title.

  7. Open 'style.css' and change 'Theme name' option value with your theme folder title.

  8. Login to the admin panel and activate the theme with your theme name (ignore error).

  9. In admin panel go to the 'settings/permalinks' page and click on the 'Save Changes' button to update permalinks.

  10. In the theme folder, replace 'screenshot.png' with your project screenshot.

  11. In the theme folder, replace 'favicon.ico' with your project favicon.

  12. You can also change site tagline from admin panel 'settings' option.

  13. After cloning this repository, create a new git repository and use "git push --mirror new repository" :

git clone --bare https://github.com/exampleuser/old-repository.git

cd old-repository

git push --mirror https://github.com/exampleuser/new-repository.git

Everything will be uploaded to new repository and then u can clone new repository and enjoy


Credentials:

Admin page: admin-487 Admin user: super-admin Admin pass: 2000

novitas's People

Watchers

 avatar  avatar  avatar  avatar

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.