Skip to content

HendrikPetertje/inspiratieplanet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

click the image to view the license Deed

Inspiratieplanet web-app

This is the official project-hub of Dreamteam's Inspiratieplanet. This project is currently maintained by:

Peter van der MeulenProduct Owner
Tjerk JansmaScrum Master / Contributor
Bjorn PostmaContributor
Ilse KroesContributor
Joris BakkerContributor
Michiel MiedemaContributor
##Documentation This project is completely documentated in the [Inspiratieplanet Wiki](https://github.com/amonfog/inspiratieplanet/wiki).

##Projectsite Research, concepting, design and production are discussed on the official Geen Inspiratie Blog ##Installation Follow these instructions to deploy your own local and remote Inspiratieplanet app.

  1. Download and install ruby 1.9.3, rails 3.2.12 and the latest version of Git. instructions for Windows and Mac can be found here.

  2. Download this repository as a zip-file to your local computer and extract it or clone it using your favorite (git enabled) console by pasting the code bellow.

    git clone git@github.com:amonfog/inspiratieplanet.git

  3. Some rubygems need to be installed to your system to get your ready for the site. run the commands below in your terminal.

    gem install carrierwave capistrano

  4. Install imagemagick to your computer to get the images part of the site running correctly this can be done using the following methods:

####Windows and Mac: Go to this website and download the latest version for your system.

####Ubuntu Run the following commands in your terminal

sudo apt-get update
sudo apt-get install imagemagick

####CentOS Run the following commands in your terminal yum update yum install imagemagick

####Suse Run the following commands in your terminal

zypper install imagemagick
  1. point your shell to the inspiratieplanet folder you just extracted or cloned and run the command below.

    bundle

  2. If Bundler finishes without errors create a sqlite-database using the following command.

    rake db:migrate

if the command above doesn't work try running it with bundle exec rake db:migrate.

  1. Now start the server using the command below.

    Rails s

You now have a local server which can be accessed in your browser by filling out the address localhost:3000

The website has everything setup for deploying with capistrano. just edit the database settings in database.yml, add local and deploy keys to the Github project and deploy using cap deploy followed by cap deploy:migrations. You can add categories by running cap bootstrap and an admin by running cap addadmin.

Feedback and support

Having questions or requests? visit Kaboomreclame for info and contact.

About

The repository for the inspiratieplanet project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published