Skip to content

euphorie/euphorie-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple buildout to run Euphorie

Installation

  1. You need to add a custom.cfg file to the buildout root directory. This file should contains something like:
[settings]
main-package = your.euphorie.flavour
  1. Create a buildout.cfg, you can symlink one in the profiles folder, e.g.:
ln -s profiles/development.cfg buildout.cfg
  1. Run make

Setup alembic table on a fresh DB:

# Creates the table if missing
./bin/alembic --config etc/alembic.ini ensure_version
# Sets the last version
./bin/alembic --config etc/alembic.ini stamp `./bin/alembic --config etc/alembic.ini heads|awk '{print $1}'`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •