https://github.com/hendricius/lead-tracker
Lead Tracker
https://github.com/hendricius/lead-tracker
Last synced: about 2 months ago
JSON representation
Lead Tracker
- Host: GitHub
- URL: https://github.com/hendricius/lead-tracker
- Owner: hendricius
- Created: 2013-03-20T18:18:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-20T22:16:33.000Z (about 12 years ago)
- Last Synced: 2025-02-16T02:24:04.027Z (3 months ago)
- Language: Ruby
- Size: 191 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails Lead tracker
Track signups for your landingpages in an easy way. We built the logic, you only need to customize the views and styles. Plus it helps you staying organized. Features a simple admin backend. It's perfect for testing an MVP or marketing some other idea.[Owlaser Demo](http://owlaser.com)
---------------
## Starting
It's a normal rails app, start it:bundle install
rake db:migrate
rails s--------------
## Set the following environment variables
The domain where you will host the app:export VDOMAIN="localhost:3000"
The password to access admin pages:
export VTOKEN="mysecretpassword"
For heroku use:
heroku config:add myvariable="value"
----------
## Customizing
* landing.css.sass: This is where your landing page styles should go to.
* home.html.slim: Your custom code for the landingpage.## Credits
[Mark Hagethorn](https://github.com/Malachute)
[Hendrik Kleinwaechter](https://github.com/hendricius)