A CMS to manage your images and push it on a network
- Multiple image uploader
- Drag and drop ordering
- User management
- Feed organizer
- PHP >= 5.2
- MySQL Database
- GD2 Library enabled
You'll need to have the following items installed before continuing.
- Node.js: Use the installer provided on the NodeJS website.
- Grunt: Run
[sudo] npm install -g grunt-cli
- Bower: Run
[sudo] npm install -g bower
-
Create a MySQL database.
-
Edit application/config/database.php and enter your database credentials.
-
Upload to your webserver.
-
Navigate to the URL of which you uploaded the application and complete the registration. Creating your account will generate all of the database tables and finish the installation.
git clone git@github.com:zurb/foundation-libsass-template.git
npm install && bower install
While you're working on your project, run:
grunt
And you're set!
scss/_settings.scss
: Foundation configuration settings go in herescss/app.scss
: Application styles go here
PNG Uploads fail. This is a known CodeIgniter 2.1 issue.