Git Product home page Git Product logo

kiuss's Introduction

Kiuss

This is an open sourse release of a representative site for Kiuss Collective built using Django framework. You can freely use templates and styles or the entire code to make your own gallery sites.

Using

Requirements

You need to have these packages to be installed on your computer:

  • python 2.7
  • pip
  • virtualenv

These packages are also required and could be installed with pip using requirements.txt file:

  • Django 1.8
  • Pillow
  • sorl-thumbnail

To do so, run

[sudo] pip install -r requirements.txt

Installation

To deploy this project on you machine just clone the repo:

git clone https://github.com/chschtsch/kiuss.git

Then create your local_settings.py file in kiuss directory using local_settings_example.py example.

Also, read the docs for Django 1.8, used in this project.

To set up your virtual environment, just run

virtualenv env
source env/bin/activate
pip install -r requirements.txt

This will create env directory in project root and install all required packages locally.

For more information on usage read virtualenv docs.

Running

You can always customize your site to run apache2, nginx or whatever you need. But here is how to make initial set up and a test run on development server.

First of all, set up database by running

python manage.py syncdb

For the first run use built-in dev server:

python manage.py runserver

Now you should have working app. Open yoursitename.com/admin/ to add artworks and admin the site.

Also, you're always welcome to fork this project!

License

The project itself is licensed under MIT License.

jQuery, jQuery mousewheel plugin and jQuery nicescroll plugin, used in this project, are licensed under MIT License.

Fancybox is licensed under CC BY-NC 3.0.

kiuss's People

Contributors

gregarkhipov avatar

Stargazers

 avatar

Watchers

 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.