Website for collaborative ecoacoustics research
NOTE: These are advanced instructions. If you want to contribute see [TODO]
-
Install chocolately
-
Install ruby
choco install ruby
-
Install DevKit
choco install ruby2.devkit
-
Install bundler
ruby install bundler
-
Install dependencies
bundle install
- Run the run script
Windows:
> .\bin\run.ps1
Unix:
$ .\bin\run.sh
- Open a browser to http://localhost:4000/
- Chnage files, reload page