On Fri, Apr 24, 2020 at 1:32 PM Patricia Shanahan <p...@acm.org> wrote:
>
> On 4/24/2020 10:24 AM, Sam Ruby wrote:
> > On Fri, Apr 24, 2020 at 1:02 PM Patricia Shanahan <p...@acm.org> wrote:
> >>
> >> On 4/24/2020 6:52 AM, Matt Sicker wrote:
> >>> That happened to me on my first run. Try restarting it.
> >>
> >> Thanks. I've tried restarting several times, both with and without
> >> restarting Ubuntu. No luck.
> >
> > I've pushed what may be a fix to this problem.  Please pull the latest
> > and try again.
>
> Thanks. That did it. I now see an agenda in my Firefox window.

Cool.

> Before I start playing with my new toy, how much damage can I do? What
> things, if any, do I have to avoid?

You can't do much with it at all at the moment, and everything you can
do is read-only, so worst case is that you bork your VM; and even that
would take some doing.

This next block will get whimsy installed, but you won't be able to do
much with it until we get a web server up and running, which will be
next.

sudo apt-get install -y ruby-dev build-essential libgmp3-dev libldap2-dev
sudo apt-get install -y libsasl2-dev zlib1g-dev imagemagick pdftk ldap-utils
sudo gem install bundler
sudo mkdir -p /srv
sudo chown $(id -u):$(id -g) /srv
cd /srv
git clone https://github.com/apache/whimsy.git
cd whimsy
bundle install
sudo ruby -I lib -r whimsy/asf -e "ASF::LDAP.configure"

At this point, you can verify that you can talk to LDAP with a command
like the following:

ldapsearch -x -LLL uid=pats cn mail

- Sam Ruby

Reply via email to