Giter Site home page Giter Site logo

wildlyinaccurate / magicrainbowadventure Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 2.0 2.21 MB

Magic Rainbow Adventure is a micro-blog powered by user-submitted content. It is built on the Laravel PHP framework and uses Doctrine ORM.

Home Page: http://magicrainbowadventure.com/

License: Other

Shell 0.01% PHP 95.58% Perl 1.03% JavaScript 3.38%

magicrainbowadventure's Introduction

Magic Rainbow Adventure is a microblog powered by user-submitted content.

Requirements

  • Memcached
  • PHP 5.3.1+
  • PHP Extensions:
    • PDO
    • Memcached (unless you change the cache and session drivers - see below)
    • GD

Installation

1. Checkout from GitHub:

git checkout git://github.com/wildlyinaccurate/magicrainbowadventure-laravel.git
git submodule update --init

2. Database setup:

Create an empty database and configure the connection settings in application/config/database.php. Run php doctrine orm:schema-tool:create.

3. Directory permissions

chmod 777 storage/cache
chmod 777 storage/logs
chmod 777 public/entry
chmod -R 777 application/models/Proxies

4. Create an admin account

To create an admin account, sign up as a regular user and change the user's type value in the database to administrator.

Configuration

Database

You can configure the database connection settings in application/config/database.php.

Caching

By default, Magic Rainbow Adventure uses Memcached for caching. If you would like to change this, you can do so in application/config/cache.php

Sessions

By default, Magic Rainbow Adventure stores session data in Memcached. If you like, you can change this in application/config/session.php

Tests

To run the unit and functional tests, run php artisan test

Administration

The administration dashboard can be found at yoursite.com/admin.

magicrainbowadventure's People

Contributors

wildlyinaccurate avatar

Stargazers

Daniel Bigler avatar Sun Feng avatar

Watchers

James Cloos avatar  avatar

magicrainbowadventure's Issues

URL title isn't updated

When updating the title via the admin interface, the URL title isn't automatically updated.

Entry Series

"This entry is part of a series: 'Series Name'"

Related Entries

Show related entries on the view-entry page. Probably next to comments

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.