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
Cafe Variome comes packaged with an [env](env) template. All you have to do is add server URL and database details in the relevant fields of the template as [shown here](https://cafe-variome.gitbook.io/cafe-variome-docs/how-to-install-it/installing-cafe-variome#configuring-env-template).
68
32
69
33
### Installing dependencies through Composer:
70
34
@@ -74,9 +38,12 @@ $ `composer install`
74
38
75
39
### Importing Cafe Variome Database and setting permissions through Composer
76
40
77
-
In the root directory of Cafe Variome where composer.json resides run the following command:
41
+
In the root directory of Cafe Variome where composer.json resides, run the following command:
78
42
79
43
$ `composer CVInstall`
80
44
81
-
At this step you will be prompted to enter your installation key which has been given to you prior to installing the software.
82
-
Also, you will need to enter the URL to the Cafe Variome Net service you wish to use. Please note that you need to point Cafe Variome to that Cafe Variome Net instance which has issues your installation key.
45
+
At this step you will be prompted to enter your installation key which has been given to you prior to installing the software.
46
+
Also, you will need to enter the URL to the Cafe Variome Net server you wish to use. Please note that you need to point Cafe Variome to that Cafe Variome Net instance which has issued your installation key.
47
+
48
+
### Further Steps
49
+
Configuring the software and the process of making your data discoverable is described in detail [here](https://cafe-variome.gitbook.io/cafe-variome-docs/how-to-install-it/quick-start).
0 commit comments