mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
SignUp button fixed and updated readme
This commit is contained in:
@@ -64,6 +64,8 @@ But, it can't be done without you, development is more and more complicated and
|
|||||||
|
|
||||||
Copy project files to web root folder of your domain. It's mostly located in `html`, `www` or `public_html` folder name.
|
Copy project files to web root folder of your domain. It's mostly located in `html`, `www` or `public_html` folder name.
|
||||||
|
|
||||||
|
Then change your **public directory** for your domain. It should be changed to /public directory in the app.
|
||||||
|
|
||||||
Make sure `.env` file was uploaded. This type of file can be hidden in default.
|
Make sure `.env` file was uploaded. This type of file can be hidden in default.
|
||||||
|
|
||||||
Set `755` permission (CHMOD) to these file and folders directory within all children subdirectories:
|
Set `755` permission (CHMOD) to these file and folders directory within all children subdirectories:
|
||||||
|
|||||||
2
public/js/main.js
vendored
2
public/js/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -52,8 +52,8 @@
|
|||||||
</ValidationProvider>
|
</ValidationProvider>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="config.isSaaS">
|
<div>
|
||||||
<i18n path="page_registration.agreement" tag="p" class="legal-agreement">
|
<i18n v-if="config.isSaaS" path="page_registration.agreement" tag="p" class="legal-agreement">
|
||||||
<router-link :to="{name: 'DynamicPage', params: {slug: 'terms-of-service'}}" target="_blank">{{ termsOfService.title }}</router-link>
|
<router-link :to="{name: 'DynamicPage', params: {slug: 'terms-of-service'}}" target="_blank">{{ termsOfService.title }}</router-link>
|
||||||
<router-link :to="{name: 'DynamicPage', params: {slug: 'privacy-policy'}}" target="_blank">{{ privacyPolicy.title }}</router-link>
|
<router-link :to="{name: 'DynamicPage', params: {slug: 'privacy-policy'}}" target="_blank">{{ privacyPolicy.title }}</router-link>
|
||||||
</i18n>
|
</i18n>
|
||||||
|
|||||||
Reference in New Issue
Block a user