Sha256: 5c6b1c9f0f25c72f2f0bd04ad5d77f3b167816800fbe99cfe3b4ff1d466cb3bc

Contents?: true

Size: 1.39 KB

Versions: 12

Compression:

Stored size: 1.39 KB

Contents

= Empty database installation

You may want to setup your decidim with an empty database.
In this case, please follow the steps bellow:

. Follow steps 1 through 5 of previous section(xref:install:manual.adoc[Manual Installation] section).

. Run the migrations from the root of your project in the terminal.
[source,bash]
----
bin/rails db:create db:migrate
----
[start=3]
. Now you need to create your admin user, in order to be able to login to the system. in the terminal type the following:
[source,bash]
----
bundle exec rails s
----
[start=4]
. Then you can create a system admin account to log in to the system panel with the following command:
[source,bash]
----
bin/rails decidim_system:create_admin
----

Follow the CLI to create your admin user. For the sake of conformity with the rest of documentation, you may create a user with email `system@example.org` and password `decidim123456789`. Of course this is not recommended for a production environment as it isn't secure.

Now, you will be able to login to the system panel with the provided credentials.

== Extra notes

The objective of decidim is to define an organizational and representation system capable of transforming into an autonomous entity or association from which the whole community participate. Therefore, creating the organizational account is centric part of the process (refer to xref:admin:system.adoc[System panel] for more information).

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
decidim-0.27.9 docs/modules/install/pages/empty-database.adoc
decidim-0.27.8 docs/modules/install/pages/empty-database.adoc
decidim-0.27.7 docs/modules/install/pages/empty-database.adoc
decidim-0.27.6 docs/modules/install/pages/empty-database.adoc
decidim-0.27.5 docs/modules/install/pages/empty-database.adoc
decidim-0.27.4 docs/modules/install/pages/empty-database.adoc
decidim-0.27.3 docs/modules/install/pages/empty-database.adoc
decidim-0.27.2 docs/modules/install/pages/empty-database.adoc
decidim-0.27.1 docs/modules/install/pages/empty-database.adoc
decidim-0.27.0 docs/modules/install/pages/empty-database.adoc
decidim-0.27.0.rc2 docs/modules/install/pages/empty-database.adoc
decidim-0.27.0.rc1 docs/modules/install/pages/empty-database.adoc