Quickly

Differences between revisions 24 and 32 (spanning 8 versions)
Revision 24 as of 2010-05-20 22:15:21
Size: 3395
Editor: 77-44-113-82
Comment:
Revision 32 as of 2013-01-31 14:12:08
Size: 3200
Editor: p5B0CE45A
Comment: quickly-ubuntu-template is needed to run for example the tutorial command (http://askubuntu.com/questions/210517/quickly-run-not-working-anymore/) but the package is only recommended
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
Quickly is in universe from Ubuntu 9.10 (Karmic):
Line 10: Line 9:
$ sudo apt-get install quickly $ sudo apt-get install quickly quickly-ubuntu-template
Line 12: Line 11:
''(This will install quickly-ubuntu-template as well)''
(20 May 2010: in Lucid Lynx you need to install quickly-ubuntu-template explicitly)
Line 17: Line 15:
0. Having some basic information (optional) 0. Read the tutorial (optional):
Line 19: Line 17:
$ quickly tutorial ubuntu-project $ quickly tutorial ubuntu-application
Line 22: Line 20:
(20 May 2010: in Lucid Lynx you need: quickly tutorial ubuntu-application)

1. Create a Ubuntu Project and run the tutorial:
1. Create an Ubuntu project:
Line 28: Line 24:
$ quickly tutorial
Line 69: Line 64:
 * Didier Roche (didrocks) excellent 9 part Quickly tour [[http://www.didrocks.fr/index.php/post/Build-your-application-quickly-with-Quickly:-part1|Build your application quickly with Quickly]]
 * News and [[http://blog.didrocks.fr/index.php/post/Quickly-0.4-available-in-lucid%21|features of Quickly 0.4]]
 * [[http://developer.ubuntu.com/get-started/|Get Started section on the Ubuntu App Developer site]]
 * D
idier Roche (didrocks) excellent 9 part Quickly tour [[http://blog.didrocks.fr/post/Build-your-application-quickly-with-Quickly:-Inside-Quickly-part-1|Build your application quickly with Quickly]]
 * News and [[http://blog.didrocks.fr/post/Quickly-0.4-available-in-lucid!|features of Quickly 0.4]]

quickly-logo.png

Given the richness and variety of the Linux platform, programming on Linux should be easy and fun. However, it's not easy and fun because it is too hard to learn. It is too hard to learn because there are too many choices, and too much information to wade through. Quickly strives to make programming easy and fun by bringing opinionated choices about how to write different kinds of programs to developers. Included is a Ubuntu application template for making applications that integrate smoothly into the Ubuntu software infrastructure.

GTD is easier with GTDQ (Get Things Done Quickly)!

Installation

$ sudo apt-get install quickly quickly-ubuntu-template

How to Get Started

0. Read the tutorial (optional):

$ quickly tutorial ubuntu-application

1. Create an Ubuntu project:

$ quickly create ubuntu-application foo
$ cd foo

When you run this first command (quickly create ubuntu-application foo), a window will pop up telling you you can run quickly design to start editing the default windows and dialogs. If you do this before changing directory to foo (cd foo) you'll get the following error:

No template were found on the command line for command glade.

Candidates template are: ubuntu-application

Aborting.

2. You can also try:

$ quickly edit

$ quickly design

$ quickly run

Use bash completion to get the available commands

3. How to play with package and release:

optional, but recommended to build first your package locally

$ quickly package

BE WARNED: the two following commands will connect to Launchpad. You need to have a Launchpad account and a PPA already created.

For quickly release, you also need a project on Launchpad to which you can bind your work, as well as keys set up:

$ quickly release

or

$ quickly share

Other Resources

Quickly (last edited 2013-01-31 14:12:08 by p5B0CE45A)