click the image to view the license Deed
This is the official project-hub of Dreamteam's Inspiratieplanet. This project is currently maintained by:
Peter van der Meulen | Product Owner |
Tjerk Jansma | Scrum Master / Contributor |
Bjorn Postma | Contributor |
Ilse Kroes | Contributor |
Joris Bakker | Contributor |
Michiel Miedema | Contributor |
##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.
-
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.
-
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 [email protected]:amonfog/inspiratieplanet.git
-
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
-
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
-
point your shell to the inspiratieplanet folder you just extracted or cloned and run the command below.
bundle
-
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
.
-
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
.
Having questions or requests? visit Kaboomreclame for info and contact.