Skip to content

chezzy/yii-mblog

Repository files navigation

A Microblogging Platform

Requirements

  • PHP 5.3+
  • Yii's Requiremnts
  • A Webserver
  • MySQL 5.5+
  • A Valid Domain Name (domain.tld)
  • A Public Facing IP Address (Preferably a Server)
  • A SendGrid Account

Installation

  1. Have a web capable server (Apache, Nginx). See here and here for how to do that.

DigitalOcean has a pretty comprehensive guide for setting up things if you aren't familiar with the process.

  1. Download/Clone this project to your web directory, and setup your server so that it can be accessed.

  2. Open up a Terminal window to the current working directory.

  3. Make sure the following directories are writable by your webserver process

    • protected/runtime
    • assets/
  4. Install the database

php protected/yiic.php migrate up
  1. Update protected/config/params.php params section with your SendGrid credentials

  2. Install Composer

curl -sS https://getcomposer.org/installer | php
  1. Install Composer Dependencies
php composer.phar install

About

A Microblogging Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages