https://github.com/astj/urltogo
A simple private bookmarking web-app.
https://github.com/astj/urltogo
Last synced: over 1 year ago
JSON representation
A simple private bookmarking web-app.
- Host: GitHub
- URL: https://github.com/astj/urltogo
- Owner: astj
- Created: 2013-09-22T05:43:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-12-16T16:37:49.000Z (over 11 years ago)
- Last Synced: 2025-02-16T09:41:51.243Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 348 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
URLToGo
=======
A simple private bookmarking web-app.
## Setup
### submodule
This repo uses a submodule `p5-Teng-Schema-Declare-Columns-DateTime`.
To setup submodules, do following commands:
```
$ git submodule init
$ git submodule update
$ cd modules/p5-Teng-Schema-Declare-Columns-DateTime
$ git checkout master
```
*Note*:
This repo's submodule `p5-Teng-Schema-Declare-Columns-DateTime` is linked to
[my folk](https://github.com/astj/p5-Teng-Schema-Declare-Columns-DateTime), not to [original version](https://github.com/shibayu36/p5-Teng-Schema-Declare-Columns-DateTime).
But that folk is currently identical with original version...
### DB config
You need to write DB settings in `config/***.conf`.
See a sample file at `config/development.conf.sample`.
## Deploy
This repo has been deployed on heroku, using [heroku-buildpack](https://github.com/akiym/heroku-buildpack-perl/tree/carton).
To install dependencies, use `carton install`.
## License
MIT