Skip to content

agileanimal/wagon

 
 

Repository files navigation

LocomotiveCMS::Wagon

Wagon is the officiel site generator for the LocomotiveCMS engine powered by all the efficient and modern HTML development tools (Haml, SASS, Compass, Less).

Documentation

Please, visit the documentation website of LocomotiveCMS.

http://doc.locomotivecms.com

Developers / Contributors

Get the development of the mounter

$ git clone git://github.com/locomotivecms/mounter.git

Note: If you want to contribute, you may consider to fork it instead

Get the source of the wagon

$ 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

Test it

Run the server with a default site

$ bundle exec bin/wagon server <path to the mounter gem>/spec/fixtures/default

Push a site

$ bundle exec bin/wagon push <path to your LocomotiveCMS local site> <url of your remote LocomotiveCMS site> <email of your admin account> <password>

Pull a site

$ bundle exec bin/wagon pull <url of your remote LocomotiveCMS site> <email of your admin account> <password>

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Contact

Feel free to contact me at did at locomotivecms dot com.

Copyright (c) 2013 NoCoffee, released under the MIT license

About

The right tool to create and modify a LocomotiveCMS website locally

Resources

License

Stars

Watchers

Forks

Packages

No packages published