comp.lang.ada
 help / color / mirror / Atom feed
* Ada Web Application question
@ 2021-08-26 15:31 Joakim Strandberg
  2021-08-26 15:37 ` Björn Lundin
  0 siblings, 1 reply; 5+ messages in thread
From: Joakim Strandberg @ 2021-08-26 15:31 UTC (permalink / raw)


Hi!

Three weeks ago Ada Web Application version 2.3.0 was released and today I thought I'd give it a go. I am on Ubuntu 20.04. Following the instructions at https://github.com/stcarrez/ada-awa:

These steps went well:
git clone --recursive https://github.com/stcarrez/ada-awa.git
cd ada-awa
git checkout tags/2.3.0

sudo apt-get install unzip liblzma-dev libcurl4-openssl-dev
...
sudo apt-get install postgresql-client libpq-dev

./configure --prefix=/usr/local
make

But the installation had some issue:
make install

The problem had to do with permissions. The root user was the owner of /usr/local and I changed the owner of the directory to my own user (I am the only one using my laptop) and then the installation went well. Perhaps it would have been wiser to choose another installation directory? in any case, I am wondering about the dynamo command. It doesn't seem to work. When executing "dynamo help" it outputs:

error: Cannot load configuration file generator.properties
error: Cannot read external commands
Dynamo Ada Generator 1.2.2 - Revision 1095, Stephane Carrez
...

What does one need to do to silence the error messages? Some environment variable I have forgotten to set?

Best regards,
Joakim

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-26 16:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-26 15:31 Ada Web Application question Joakim Strandberg
2021-08-26 15:37 ` Björn Lundin
2021-08-26 16:14   ` Joakim Strandberg
2021-08-26 16:19     ` Björn Lundin
2021-08-26 16:57       ` Joakim Strandberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox