Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
merged installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Feb 10, 2009
2 parents f336466 + 240e646 commit a149cd6
Show file tree
Hide file tree
Showing 37 changed files with 1,551 additions and 1,083 deletions.
34 changes: 10 additions & 24 deletions .gitignore
@@ -1,32 +1,18 @@
config/database.yml
log/
log/*
*.swp
*.swo
*~
tmp/
tmp/*
.dotest
.dotest/**/*
*.swo
*.swp
.dotest/*
.DS_Store
coverage
coverage/**/*
config/database.yml
config/deploy.rb
coverage/*
db/data/legacy/log/*
db/*.sqlite
db/schema.rb
log/*
log/*.log
public/stylesheets/scaffold.css
tmp/**/*
public/photo_album_photo_images/
public/photo_album_photo_images/*
public/uploads/*/*
public/themes
public/themes/*
public/themes/*/*
public/uploads/*
themes/*
public/themes
public/themes/*
config/deploy.rb
public/ansuz_themes.xml
vendor/gems
vendor/gems/*
tmp/*
vendor/gems/*
6 changes: 4 additions & 2 deletions README.markdown
Expand Up @@ -19,11 +19,13 @@ Ansuz is licensed via the BSD license.

1. clone from github: git clone git://github.com/knewter/ansuz.git
2. install gems: sudo rake gems:install
2. rake ansuz:install
3. create proper config/database.yml (note: install script supports this, but db script creation is bugged, so should be done externally from the script)
3. create databases for development & test environments (note: install script is currently bugged for this)
4. rake ansuz:install

NOTE: SQLite has problems with ansuz, please don't use it for now.

NOTE: See the [Ansuz Site Laucher](http://github.com/knewter/ansuz_launcher/tree/master)
NOTE: See the [Ansuz Site Launcher](http://github.com/knewter/ansuz_launcher/tree/master)

If run with sudo on a server with passenger set up and all the gems already installed,
it will check out a new ansuz and set up a fresh database for it and set up a vhost
Expand Down

0 comments on commit a149cd6

Please sign in to comment.