Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gma/painter-theme-archive
Archive of bobbylee's Nesta theme.
https://github.com/gma/painter-theme-archive
Last synced: 28 days ago
JSON representation
Archive of bobbylee's Nesta theme.
- Host: GitHub
- URL: https://github.com/gma/painter-theme-archive
- Owner: gma
- Created: 2010-11-28T22:28:44.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-28T23:27:50.000Z (almost 14 years ago)
- Last Synced: 2023-04-10T08:57:34.342Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 791 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. Painter - a nesta theme
h2. Installation
*Step 1.* Get the latest copy of nesta.
$ git clone git://github.com/gma/nesta.git
*Step 2.* Install bundler gem if you don't already have one.
_Recommendation: Install bundler gem via RVM(Ruby Version Manager) instead_$ gem install bundler
$ cd nesta
$ bundle install*Step 3.* From within your Nesta project, run:
$ ./scripts/theme install git://github.com/bobbylee/nesta-theme-painter
*Step 4.* Replace initial config/config.yml and local/app.rb files.
$ sudo cp -r ./themes/painter/_setup/* ./
*Step 5.* Run development web server (can be a little slow)
$ bundle exec shotgun config.ru
*Step 6.* Launch browser to view site. (Show Time!)