You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gem'cells',git: 'git://github.com/samstickland/cells',branch: 'collection_fix'# remove explicit 'cells' dependency when collection_fix is merged in. See: https://github.com/apotonick/cells/pull/415
84
+
gem'cells',git: 'https://github.com/samstickland/cells.git',branch: 'collection_fix'# remove explicit 'cells' dependency when collection_fix is merged in. See: https://github.com/apotonick/cells/pull/415
* Seed database with a top-level tenant, the superuser, Advice & Resources categories, and ONET occupation/industry codes, then rebuild the ElasticSearch index:
156
+
* Seed database with a top-level tenant, the superuser, Advice & Resources categories, ONET occupation/industry codes, and Custom Content data, then rebuild the ElasticSearch index:
The admin interface should now be accessible locally on port `3000`. To access Cortex as superadmin, login as `surgeon@cbcortex.com` with password `welcome1`.
175
+
The admin interface should now be accessible locally on port `3000`. To access Cortex as superadmin, login as `surgeon@cortexcms.org` with password `welcome1`.
175
176
176
177
### Deployment
177
178
@@ -189,14 +190,15 @@ Additionally, deploying the `development` environment as a non-local server will
189
190
DEPLOYED=true
190
191
```
191
192
192
-
This will configure various things, such as [dotenv](https://github.com/bkeepers/dotenv)and [unicorn](https://unicorn.bogomips.org/), to behave normally in a deployed scenario.
193
+
This will configure various things, such as [dotenv](https://github.com/bkeepers/dotenv) to behave normally in a deployed scenario.
0 commit comments