Giter VIP home page Giter VIP logo

Comments (2)

dewski avatar dewski commented on July 21, 2024

You have to have an existing Rails app to use kss-rails with. Have you generated your Rails app already? If you're looking for a standalone example without using Rails, the KSS repository has a good start for you.

The README is fairly straight forward in this case, a majority of Rails related README's follow this same format. Is there anything in particular you are having trouble understanding?

If you haven't generated your application yet, you'll have to run the following in order:

  1. Generate the application, or CD into the one you already generated.

    rails new blog

  2. Add the gem to your Gemfile, you can use your editor for this but for the sake of a command line version:

    echo 'gem "kss-rails", :group => :development' >> Gemfile

  3. This downloads and installs the gem, and also requires it within the Rails application:

    bundle install

  4. This is a Rails only command that can be ran on existing applications, it's just a hook Rails provides for gems to add their own installers or related generators:

    rails generate kss:install

  5. This starts the server, once that finishes copy the URL and you should be able to access it at something like http://localhost:3000/kss:

    rails server

from kss-rails.

sam3k avatar sam3k commented on July 21, 2024

I see. It was my impression that this will work for any app even if it is not a Rails app. Too bad. =/

Thanks for clearing this up Garrett.

from kss-rails.

Related Issues (16)

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.