Skip to content

keepcleargas/yalp

 
 

Repository files navigation

Welcome to Yalp framework

Yalp framework makes it easier to build Web applications with Java. It is a clean alternative to bloated Enterprise Java stacks. It focuses on developer productivity and targets RESTful architectures. Yalp is a perfect companion to agile software development.

Learn more on the http://www.yalpframework.com website.

Getting started

1. Install the latest version of Yalp framework and unzip it anywhere you want:

unzip yalp-1.2.zip -d /opt/yalp-1.2

2. Add the yalp script to your PATH:

export PATH=$PATH:/opt/yalp-1.2

3. Create a new Yalp application:

yalp new /opt/myFirstApp

4. Run the created application:

yalp run /opt/myFirstApp

5. Go to localhost:9000/ and you’ll see the welcome page.

6. Start developing your new application:

Get the source

Fork the project source code on Github:

git clone git://github.com/yalpframework/yalp.git

The project history is pretty big. You can pull only a shallow clone by specifying the number of commits you want with —depth:

 git clone git://github.com/yalpframework/yalp.git --depth 10

Reporting bugs

Please report bugs on “our GitHub tracker” : https://github.com/yalpframework/yalp/issues

Licence

Yalp framework is distributed under Apache 2 licence.

About

Yalp web framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published