Sha256: 5a68f5a29f5feba971845458bbc7e9988322d173b50ae8baf52c3db668aca32f
Contents?: true
Size: 697 Bytes
Versions: 6
Compression:
Stored size: 697 Bytes
Contents
# TODO This file describes what you have to customize after you create a new rails application with railman ## .env Check your settings in .env (database user/password, smpt server, emails, ...) .env is gitignored. This is intended. You should create a local .env file on every server your deploy your rails application to, and modify the settings for that server. Try to keep all the application/server/environment specific settings, as well as all passwords here, as .env is not commited to git and exists only on a server or local user machine. This will also make future rails upgrades and changes in the configuration files less painful. ## create local database Run `rake db:create`
Version data entries
6 entries across 6 versions & 1 rubygems