Generic mno-enterprise express project
branch | status |
---|---|
master | |
develop |
Update config/settings/development.yml
and config/application.yml
with the configuration you've been provided with.
$ bundle
$ foreman start
Open http://localhost:7000/ in your browser
- Generic mno-enterprise host project, generated using the rails app template
- Custom fonts
# Update mno-enterprise
bundle update mno-enterprise
# Rebuild the admin-frontend
rm -rf tmp/build tmp/cache
bin/rake mnoe:admin:dist
bin/rake mnoe:frontend:update