TODO Wanna see Lunice in action? Try the demo
- Create short links with your own custom domain (e.g. http://luni.ce/x83)
- Generate custom URLs for specific Entities (person, company or campaign)
- Track link clicks: Entity, date & time, location, ip address
git clone https://github.com/brunohq/lunice.git
bundle install
rake db:migrate
rails s
To access the management interface area you need to set a secure username and password. Rename the .env.sample
to .env
and change its content.
cp .env.sample .env
vim .env
Restart the server and head over to: http://localhost:3000/manage and start creating your custom links.
Lunice runs smoothly on Heroku. You can quickly set up your custom links with your own domain, all you need to do is install the Heroku Toolbelt and then run:
heroku create
git push heroku master
heroku run rake db:migrate
Finally, you need to set a secure username and password to access the Management Interface:
heroku config:set ADMIN=username ADMIN_SECRET=xxxxxxxxxxx
And, now you're ready to go!
Lunice is currently in BETA. If you'd like to contribute or if you have any suggestions, open an issue, make a PR or holla at me.
With love, @brunohq