Skip to content

Commit

Permalink
Aetycoon as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikko Lehtinen committed Sep 25, 2010
1 parent 708f748 commit 18cc6fc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "app/lib/aetycoon"]
path = app/lib/aetycoon
url = http://github.com/Arachnid/aetycoon.git
20 changes: 10 additions & 10 deletions README.markdown → README.textile
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
About
=====
This is a blogging engine based on [[Bloggart-tipfy|http://github.com/mikkolehtinen/bloggart-tipfy]]
h1. About

This is a blogging engine based on "Bloggart-tipfy":http://github.com/mikkolehtinen/bloggart-tipfy

h2. Installation

Installation
---------------------------
@git clone git@github.com:mikkolehtinen/mikkolehtinen.com.git@
@git submodule init && git submodule update@

- In your project folder run:
python bootstrap.py --distribute
bin/buildout
@python bootstrap.py --distribute@
@bin/buildout@

- Start the development server calling bin/dev_appserver. It will use the
application from /app by default:

bin/dev_appserver
@bin/dev_appserver@

- Open a browser and test the URLs:

http://localhost:8080/
http://localhost:8080/
@http://localhost:8080/@
@http://localhost:8080/admin@
1 change: 1 addition & 0 deletions app/lib/aetycoon
Submodule aetycoon added at bcc328

0 comments on commit 18cc6fc

Please sign in to comment.