##Disclaimer
Not all of the fields in the backend are configured to be functional on the front-end, the additional fields are meant to be a guide
A Meteor based CMS with Sass & Bower (blog/portfolio/contact)
Navigate to /admin/config/kadira
and enter in your unique creds which can be generated on Kadira
Handled in the admin now under your admin user account settings
Navigate to /admin/config/contact
and configure your sepcific email settings. Also be sure to set a process.env.MAIL_URL
variable in either your production server or in the contact.js
file in order to send email.
Run meteor
in the root to install dependencies and start the server
/admin/setup
after starting the app to create an admin user
Currently the app is working with Modulus, I intend on experimenting with Digital Ocean and writing up anything that needs to be stated regarding setting this up.
[Deployment Tutorial](Deployment with modulus and CodeShip)
This Meteor starter site using the Orion CMS to build a simple portfolio site in using Meteor.
Using Aldeeds package for creating forms on the fly, please check the extensive documentation there as well as some the examples in the various post types. The package automatically installs the other 2 package dependences which is the simple schema builder and collection2 package which allows you to create schemas in a controller and attach them to a collection so you can validate on postInsert.
- Orion CMS
- Bourbon mixin library
- Neat for a grid system
- SASS support via meteor-scss (meteor package)
- MixItUp (meteor package)
- bower support via mquandalle (meteor package)
- s3 upload support via lepozep (meteor package)
- Meteor Accounts-UI and Accounts-Password
- Form creation with schema builder/collection builder dependencies
please check packages above if any issues arrive
(The MIT License)
Copyright (c) 2014 Kevin Green
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.