Install a Scala editor. Intellij IDEA has great Scala support.
If you use IDEA, install the Grep Console plugin. It shows the ANSI colors in your IDEA console.
- Create a run profile: Run –> Edit Configurations....
- Add Application
- Set Main class to
s3.website.Push
- Set Program arguments to
--site=/Users/you/yourtestsite/_site --config-dir=/Users/you/yourtestsite --verbose
./sbt test
Use Vagrant for testing the installation procedure on Linux.
Here's howto:
- Install https://www.vagrantup.com/downloads.html
cd vagrant && vagrant status
- launch with
vagrant up <name>
and ssh into withvagrant ssh <name>
- test the latest release with
gem install s3_website && s3_website push