| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Installation instructions are found here: https://dnoneill.github.io/annotate/help
(Optional). Fork repository and create own website. See GitHub pages instructions for steps. Otherwise use https://github.com/dnoneill/annotate.git for step 3.
Open Terminal(Mac/Linux)/Git Bash or Command Line(Windows). Clone this repository or clone forked repository and change directory:
$ git clone https://github.com/[username]/annotate.git $ cd annotate
Start vagrant environment in terminal.
$ vagrant up
Start Jekyll and Flask
$ vagrant ssh [vagrant@localhost ~]$ cd /vagrant [vagrant@localhost vagrant]$ dos2unix run.sh #windows machines only [vagrant@localhost vagrant]$ ./run.sh
Navigate to http://localhost:5555/annotate/ to create annotations. Note Not all manifests load using Microsoft Edge. Firefox and Chrome are better alternatives.
Clone this repository and navigate into it:
$ git clone https://github.com/dnoneill/annotate.git && cd annotate
Install dependencies:
$ bundle install
Create ENV, install Flask in ENV, start Flask and Jekyll
$ ./run.sh
| Back | FazBrowse Home | New Git URL |