Manually install AlchemyCMS into an existing Rails app
mainTo add AlchemyCMS to an existing Rails project, follow these steps:
- Add the gem: Run
bundle add alchemy_cms. - Configure Authentication: Choose between using the provided Devise-based user model or your own custom user model (see Configure custom user authentication).
- Install Alchemy: Once authentication is configured, run the installation task:
$ bin/rails alchemy:installAfter installation, the Alchemy Dashboard will be available at http://localhost:3000/admin (unless you have changed the default path).
$ bundle add alchemy_cms
$ bin/rails alchemy:install