Git Product home page Git Product logo

quickbox_dashboard's Introduction

quickbox_themes

All additional themes for the QuickBox Dashboard are housed here... nice and tidy like! Want to make your own? Fork and submit!

Want to install the QuickBox Smoked Theme?

First you'll need to navigate to your dashboard directory

cd /srv/panel

Next, you'll need to initialize the directory with git

git init
git remote add -t \* -f origin https://github.com/QuickBox/quickbox_themes.git

You'll now see the themes which are organized into separate origins

Heads Up!

origin/master is not a theme and only contains basic readme intros for the themes to be added

Updating origin
remote: Counting objects: 444, done.
remote: Compressing objects: 100% (397/397), done.
remote: Total 444 (delta 43), reused 430 (delta 33), pack-reused 0
Receiving objects: 100% (444/444), 2.13 MiB | 3.93 MiB/s, done.
Resolving deltas: 100% (43/43), done.
From https://github.com/QuickBox/quickbox_themes
 * [new branch]      defaulted  -> origin/defaulted
 * [new branch]      master     -> origin/master
 * [new branch]      smoked     -> origin/smoked

Now fetch the themes repository

git fetch --all

Finally, you can use the theme with the following

For the 'Smoked' theme

git reset --hard origin/smoked

For the 'Defaulted' theme (QuickBox default dashboard theme)

git reset --hard origin/defaulted

You may need to restart apache to see these changes go into effect immediately. You can do so with service apache2 restart


Need to update the theme?

For the 'Smoked' theme

cd /srv/panel
git pull origin smoked

For the 'Defaulted' theme

cd /srv/panel
git pull origin defaulted

Simple as that! You will then see output such as:

From https://github.com/QuickBox/quickbox_themes
 * branch            smoked     -> FETCH_HEAD
Updating d8b7dfd..d2efa50
Fast-forward
 README.md | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

quickbox_dashboard's People

Contributors

jmsdonline avatar liaralabs avatar niayh avatar tomcdj71 avatar globbered avatar imudryy avatar natoriousbigg 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.