Code Monkey home page Code Monkey logo

icemarkt's Introduction

IceMarkt

Welcome to IceMarkt, an open source marketing platform built on Symfony2

N.B. This is still very much a work in progress, the more contributors the better!

#Requirements

##To use the virtual machine

  • Vagrant
  • VirtualBox

Without using the virtual machine

  • PHP
  • Composer
  • A database (only tested with MySQL so far, but will test with PostGres soon)
  • Apache/Nginx

#Setup

##Mac OSX

Open the project folder in finder and double click on setupIceMarktOSX.command

When it says [Process Completed] you can close the window

Open you browser and goto: icemarkt.dev

##Linux

Add this entry to your hosts file (/etc/hosts on unix based machines):

192.168.56.101 icemarkt.dev

In a terminal, go to the root folder of your copy of IceMarkt and enter:

vagrant up

This may take a couple of minutes.

Once this is complete. Ssh into your vagrant box with:

vagrant ssh

Then enter the following commands:

cd /var/www
composer install
chmod a+x setupdb.sh
./setupdb.sh

N.B. if you get the invalid permission error when trying to run setupdb.sh, sudo it like: sudo ./setupdb.sh

Open your browser and go to: icemarkt.dev

Hopefully it rendered a page!

#Testing

All unit tests pass. The code coverage for the unit tests needs increasing though, hence the TODO of controllers to use dependency injection.

#Known Issues

As I'm currently using NFS to map a shared folder to the virtual machine, it won't work out of the box with windows

#TODOS

  • Controllers need to be using dependency injection so that they can have better unit tests (am currently working on this)
  • Bulk uploading of recipients needs to use PHPExcel as it currently only supports csv files.

#Credits

#License The BSD License. Please see License File for more information.

icemarkt's People

Contributors

irvingswiftj avatar

Watchers

James Cloos avatar

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.