Code Monkey home page Code Monkey logo

sopar's Introduction

== Welcome to Sopar

	Sopar is a simple and personal blog and CMS application in Ruby in Rails. 

== Demo

  http://sopar.heroku.com

== Requirements

	1. RedCloth
	2. Rmagick

== Installation 

	1. Getting code:

		$ git clone git://github.com/ozgun/sopar.git
		$ cd sopar

	2. Copy database.example.yml to database.yml  
		
		$ cp config/database.example.yml config/database.yml

	3. Create databases:
		
		$ mysqladmin -u root -p create sopar_development
		$ mysqladmin -u root -p create sopar_test
		$ mysqladmin -u root -p create sopar_production

	4. Running Migrations:

		For development Mode: 

			$ rake db:migrate

		For production mode:

			$ rake db:migrate RAILS_ENV=production

	5. Change secret key found in config/environment.rb file:

		config.action_controller.session = {
    	:session_key => '_sopar_session',
    	:secret      => 'YourSecretKey'
  	}

	6. You may want to uncomment the following line in config/environment.rb file.
	
		# ENV['RAILS_ENV'] ||= 'production'
		

== Getting Started

	Admin Panel: http://localhost:3000/login
	Username: admin
	Password: admin

== Plugins Used

	1. acts_as_list: Listing	
	2. acts_as_taggable_on_steroids: Tagging
	3. attachment_fu: File Uploads
	4. textile_editor_helper: Simple textile editor
	5. will_paginate: Pagination
	6. recaptcha: Get your keys from http://recaptcha.net/

== Deploying to "heroku"

  $ sudo gem install heroku
	$ heroku keys:add
	$ cd sopar
	$ heroku create
  $ git push heroku master
	$ heroku rake db:migrate
	$ heroku open

== Feedback & Contact

	If you find a bug please open a ticket at "Lighthouse".
	http://sopar.lighthouseapp.com/

	If you want help me to make this app better, don't hesitate to fork this project at GitHub.
	http://github.com/ozgun/sopar/tree/master

	You can contact me via my website or my email address.

	Thanks for your interest.

== License
	
	See MIT-LICENCE

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.