2017 © Pedro Peláez
 

library jolt-barebones

A Jolt Framework skeleton application for rapid development of Jolt apps

image

freekrai/jolt-barebones

A Jolt Framework skeleton application for rapid development of Jolt apps

  • Wednesday, September 10, 2014
  • by freekrai
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Twilio Barebones Application built on the Jolt framework

Use this barebones application to quickly setup and start working on a new Jolt application. This application uses the latest Jolt repositories., (*1)

This barebones application was built for Composer. This makes setting up a new Twilio application quick and easy., (*2)

Install Composer

If you have not installed Composer, do that now. I prefer to install Composer globally in /usr/local/bin, but you may also install Composer locally in your current working directory. For this tutorial, I assume you have installed Composer locally., (*3)

http://getcomposer.org/doc/00-intro.md#installation, (*4)

Install the Application

After you install Composer, run this command from the directory in which you want to install your new Jolt Framework application., (*5)

php composer.phar create-project freekrai/jolt-barebones [my-app-name]

Replace [my-app-name] with the desired directory name for your new application. You'll want to point your virtual host document root to your new application's directory., (*6)

Edit config.ini with your configuration settings, and that's it! Now go build something cool., (*7)

Built-in server

With PHP 5.4 and up, we have a built-in web server, this is handy for local development., (*8)

You can run your new app locally using the following command in the terminal:, (*9)

php -S 127.0.0.1:8888 server.php

This will route all processes through the server.php file, which whill then treat this the same as if it was on a web server. This lets you handle local development nicely., (*10)

The Versions

10/09 2014

dev-master

9999999-dev http://github.com/freekrai/jolt-skeleton

A Jolt Framework skeleton application for rapid development of Jolt apps

  Sources   Download

MIT

The Requires

 

rest microframework router jolt

10/09 2014

v1.0.3

1.0.3.0 http://github.com/freekrai/jolt-skeleton

A Jolt Framework skeleton application for rapid development of Jolt apps

  Sources   Download

MIT

The Requires

 

rest microframework router jolt

10/09 2014

v1.0.2

1.0.2.0 http://github.com/freekrai/jolt-skeleton

A Jolt Framework skeleton application for rapid development of Jolt apps

  Sources   Download

MIT

The Requires

 

rest microframework router jolt

07/09 2014

v1.0.1

1.0.1.0 http://github.com/freekrai/jolt-skeleton

A Jolt Framework skeleton application for rapid development of Jolt apps

  Sources   Download

MIT

The Requires

 

rest microframework router jolt

07/09 2014

v1.0

1.0.0.0 http://github.com/freekrai/jolt-skeleton

A Jolt Framework skeleton application for rapid development of Jolt apps

  Sources   Download

MIT

The Requires

 

rest microframework router jolt