mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +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.
|
||||
|
||||
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.
|
||||
|
||||
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>
|
||||
</div>
|
||||
|
||||
<div v-if="config.isSaaS">
|
||||
<i18n path="page_registration.agreement" tag="p" class="legal-agreement">
|
||||
<div>
|
||||
<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: 'privacy-policy'}}" target="_blank">{{ privacyPolicy.title }}</router-link>
|
||||
</i18n>
|
||||
|
||||
Reference in New Issue
Block a user