Wagon is the official site generator for the LocomotiveCMS engine powered by all the efficient and modern HTML development tools (Haml, SASS, Compass, Less).
Please, visit the documentation website of LocomotiveCMS.
$ git clone git://github.com/locomotivecms/mounter.git
Note: If you want to contribute, you may consider to fork it instead
$ git clone git://github.com/locomotivecms/wagon.git
$ cd wagon
Note: Again, if you want to contribute, you may consider to fork it instead
Modify the Gemfile to change the link to the mounter gem which should point to your local installation of the mounter.
$ bundle install
$ bundle exec bin/wagon server <path to the mounter gem>/spec/fixtures/default
$ bundle exec bin/wagon push <path to your LocomotiveCMS local site> <url of your remote LocomotiveCMS site> <email of your admin account> <password>
$ bundle exec bin/wagon pull <url of your remote LocomotiveCMS site> <email of your admin account> <password>
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Feel free to contact me (did at locomotivecms dot com).
Copyright (c) 2013 NoCoffee, released under the MIT license