Re: Hunt framework 1.0.0 released

2018-06-06 Thread Chris via Digitalmars-d-announce

On Wednesday, 6 June 2018 at 08:35:27 UTC, noclear wrote:

On Tuesday, 5 June 2018 at 13:07:49 UTC, Chris wrote:

On Tuesday, 5 June 2018 at 07:25:33 UTC, Brian wrote:
We are pleased to announce an official version of hunt 1.0 , 
This is an important milestone release!


[...]


/usr/bin/ld: cannot find -lmysqlclient
collect2: error: ld returned 1 exit status
Error: linker exited with status 1


Hunt dependency ORM framework Entity and Entity need link 
mysqlclient, so you need to have the following dependency 
installed:

libmysqlclient.

sudo apt-get install libmysqlclient-dev # Debian / Ubuntu
sudo yum install mysql-devel # Red Hat / CentOS
brew install mysql-connector-c # macOS (Homebrew)


Yep, thanks for your reply. I figured I'd need the mysql(client) 
lib, but I could't find it for Manjaro / ArchLinux when I was 
testing Hunt, so I gave up. I don't like it when I'm told I just 
need to run a simple command for it to work...only for it to fail.


Re: Hunt framework 1.0.0 released

2018-06-06 Thread noclear via Digitalmars-d-announce

On Tuesday, 5 June 2018 at 13:07:49 UTC, Chris wrote:

On Tuesday, 5 June 2018 at 07:25:33 UTC, Brian wrote:
We are pleased to announce an official version of hunt 1.0 , 
This is an important milestone release!


[...]


/usr/bin/ld: cannot find -lmysqlclient
collect2: error: ld returned 1 exit status
Error: linker exited with status 1


Hunt dependency ORM framework Entity and Entity need link 
mysqlclient, so you need to have the following dependency 
installed:

libmysqlclient.

sudo apt-get install libmysqlclient-dev # Debian / Ubuntu
sudo yum install mysql-devel # Red Hat / CentOS
brew install mysql-connector-c # macOS (Homebrew)


Re: Hunt framework 1.0.0 released

2018-06-05 Thread Brian via Digitalmars-d-announce
On Tuesday, 5 June 2018 at 13:54:25 UTC, Steven Schveighoffer 
wrote:

On 6/5/18 3:25 AM, Brian wrote:


source code in github https://github.com/huntlabs/hunt/
documents in wiki https://github.com/huntlabs/hunt/wiki/
hunt framework website http://www.huntframework.com/


Is there a way to view your website in English? I found a popup 
on the bottom that has "English" as a selection, but it doesn't 
do anything.


-Steve


We're going to rebuild site with hunt 1.0, use English as the 
default language.


Re: Hunt framework 1.0.0 released

2018-06-05 Thread Daniel Kozak via Digitalmars-d-announce
On Tue, Jun 5, 2018 at 3:54 PM, Steven Schveighoffer via
Digitalmars-d-announce  wrote:

> On 6/5/18 3:25 AM, Brian wrote:
>
> source code in github https://github.com/huntlabs/hunt/
>> documents in wiki https://github.com/huntlabs/hunt/wiki/
>> hunt framework website http://www.huntframework.com/
>>
>
> Is there a way to view your website in English? I found a popup on the
> bottom that has "English" as a selection, but it doesn't do anything.
>
> -Steve
>
https://translate.googleusercontent.com/translate_c?depth=1=cs=translate.google.com=zh-CN=nmt4=en=http://www.huntframework.com/=17259,152,15700022,15700124,15700149,15700168,15700173,15700186,15700191,15700201=ALkJrhiSdndhn6w5ujhGrkPtuxcHYpZFfA


Re: Hunt framework 1.0.0 released

2018-06-05 Thread Steven Schveighoffer via Digitalmars-d-announce

On 6/5/18 3:25 AM, Brian wrote:


source code in github https://github.com/huntlabs/hunt/
documents in wiki https://github.com/huntlabs/hunt/wiki/
hunt framework website http://www.huntframework.com/


Is there a way to view your website in English? I found a popup on the 
bottom that has "English" as a selection, but it doesn't do anything.


-Steve


Re: Hunt framework 1.0.0 released

2018-06-05 Thread Chris via Digitalmars-d-announce

On Tuesday, 5 June 2018 at 07:25:33 UTC, Brian wrote:
We are pleased to announce an official version of hunt 1.0 , 
This is an important milestone release!


[...]


/usr/bin/ld: cannot find -lmysqlclient
collect2: error: ld returned 1 exit status
Error: linker exited with status 1


Re: Hunt framework 1.0.0 released

2018-06-05 Thread Brian via Digitalmars-d-announce

On Tuesday, 5 June 2018 at 08:17:30 UTC, Per Nordlöw wrote:

On Tuesday, 5 June 2018 at 07:25:33 UTC, Brian wrote:

We are pleased to announce an official version of hunt 1.0 ,


How is Hunt different from Vibe?


Thanks your question :)

Vibe.d like vert.x in java! It's an library.
Hunt like spring boot in java! Hunt is an web framework.



Re: Hunt framework 1.0.0 released

2018-06-05 Thread Brian via Digitalmars-d-announce

On Tuesday, 5 June 2018 at 07:54:49 UTC, WebFreak001 wrote:

On Tuesday, 5 June 2018 at 07:25:33 UTC, Brian wrote:
We are pleased to announce an official version of hunt 1.0 , 
This is an important milestone release!


[...]


cool! Is the hunt-skeleton always stable? I can add it as 
template to the code-d templates, I think it will make it a lot 
easier to get into.


Very cool! We keep the hunt-skeleton stable :)


Re: Hunt framework 1.0.0 released

2018-06-05 Thread Per Nordlöw via Digitalmars-d-announce

On Tuesday, 5 June 2018 at 07:25:33 UTC, Brian wrote:

We are pleased to announce an official version of hunt 1.0 ,


How is Hunt different from Vibe?


Re: Hunt framework 1.0.0 released

2018-06-05 Thread Heromyth via Digitalmars-d-announce

On Tuesday, 5 June 2018 at 07:54:49 UTC, WebFreak001 wrote:

On Tuesday, 5 June 2018 at 07:25:33 UTC, Brian wrote:
We are pleased to announce an official version of hunt 1.0 , 
This is an important milestone release!


[...]


cool! Is the hunt-skeleton always stable? I can add it as 
template to the code-d templates, I think it will make it a lot 
easier to get into.


Maybe, more templates can be added like hunt with boostrap 4, 
hunt with Ract.js and hunt with Angular etc.


Re: Hunt framework 1.0.0 released

2018-06-05 Thread WebFreak001 via Digitalmars-d-announce

On Tuesday, 5 June 2018 at 07:25:33 UTC, Brian wrote:
We are pleased to announce an official version of hunt 1.0 , 
This is an important milestone release!


[...]


cool! Is the hunt-skeleton always stable? I can add it as 
template to the code-d templates, I think it will make it a lot 
easier to get into.