


After making the required changes issue a command ng build -prod.In update value of API_BASE_URL and APP_NAME variables.If you are not familiar with Angular 7 we will suggest you to get basic idea from.Run npm install command if this your first time.Open weshare-admin.zip, it’s an Angualr 7 based project, nodejs version 8 or above is required.If you need to make any changes in admin other than this, follow next steps.Open public/admin/assets/appConfig.json.You will need to update app title and base url. Create the database and then import the file in your database.Īdmin panel is developed in Angular 7 and shipped in seperate folder. In accompanied source code you will find a sql file named weshare.sql. If you need more configuration or advance setting, you can look for keys starting with MAIL_ in. If you are integrating with mailgun, you can simply set following values in. If not setup properly authentication in your app will not work properly.Įmail integration is provided with Mailgun, Amazon SES, SMTP. FIREBASE_ISS: Required to succefully login through FB/Google, Value.DB_PORT: Database port, incase of mysql it’s usually 3306.DB_HOST: Database host, usually it’s localhost.env as well if you have experience and requirment to do so:

Following are the most important values, you may set other values in. env file which is present in root folder of the accompanied source code. If you want to make any customization or have any specific requirement, please follow below points, otherwise you can now skip to Mobile App section belowĪll the major configuration values you will need to set in.After you hit the install button, you will also get the url of admin panel.Fill up the form and your server will be configured now.Use our simple Installation Wizard to setup your server by visiting /installer.For example if your domain is then you will be able to access the backend as.The server on which you are going to deploy the backend must fulfill the following requirements:
