Articles About Development - uPress Knowledgebase https://support.upress.io/category/dev/ Articles and tutorials for WordPress, Web Hosting and everything around Wed, 18 Sep 2019 08:11:00 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.1 https://support.upress.io/wp-content/uploads/2018/05/cropped-favicon-32x32.pngArticles About Development - uPress Knowledgebasehttps://support.upress.io/category/dev/ 32 32 Manage GIT via file managerhttps://support.upress.io/advanced/manage-git-via-file-manager/ Tue, 12 Mar 2019 15:36:12 +0000 https://support.upress.co.il/?p=1975The uPress file manager allows you to scan a git repository into the current directory.
It is primarily used for source-code management in software development and can also be used to keep track of changes in any set of files.

The post Manage GIT via file manager appeared first on uPress Knowledgebase.

]]>
The uPress file manager allows you to scan a git repository into the current directory.
It is primarily used for source-code management in software development and can also be used to keep track of changes in any set of files.

To do that, go to the developer tab in uPress panel, and choose file manager.

in the file Manager screen, click Manage GIT

Using this feature you can clone git repository into the provided path and use it to pull changes to any other location.
Place the Git clone URL as follows in the next screen

The post Manage GIT via file manager appeared first on uPress Knowledgebase.

]]>
Domain Not Found – What to do?https://support.upress.io/dev/domain-not-found-what-to-do/ Wed, 24 Oct 2018 13:22:28 +0000 https://support.upress.co.il/general/domain-not-found-what-to-do/The domain you are looking for was not found on our servers, the “Domain Not Found” error can occur by a number of reasons: The domain name you entered was incorrect – Check the URL and try again. The DNS record was misconfigured at the Domain Registrar (Where the domain was purchased from). The system […]

The post Domain Not Found – What to do? appeared first on uPress Knowledgebase.

]]>
The domain you are looking for was not found on our servers, the “Domain Not Found” error can occur by a number of reasons:

  • The domain name you entered was incorrect – Check the URL and try again.
  • The DNS record was misconfigured at the Domain Registrar (Where the domain was purchased from).
  • The system that manages the DNS is unavailable or doesn’t point to the correct location.
  • The domain you are looking for was moved (to another server), that can be corrected by Flush DNS.

The post Domain Not Found – What to do? appeared first on uPress Knowledgebase.

]]>
Using FTP to Upload / Download fileshttps://support.upress.io/dev/using-ftp-to-upload-download-files/ Wed, 05 Sep 2018 06:53:17 +0000 https://support.upress.co.il/general/using-ftp-to-upload-download-files/You can use FTP to exchange files between your server and a desktop computer. As an alternative for less experienced users, uPress offers the file manager for random file-related tasks. Using FTP is recommended when downloading or uploading large amounts of files [over 100MB]. The requirements for using FTP are: FTP Client software [Our recommendation: […]

The post Using FTP to Upload / Download files appeared first on uPress Knowledgebase.

]]>
You can use FTP to exchange files between your server and a desktop computer. As an alternative for less experienced users, uPress offers the file manager for random file-related tasks.

Using FTP is recommended when downloading or uploading large amounts of files [over 100MB].

The requirements for using FTP are:

  • FTP Client software [Our recommendation: FileZilla]
  • An existing FTP account for the website, and credentials.

To connect via FTP, follow the next steps:

Create FTP access on the uPress panel:

  • Go to the website you wish to connect
  • Choose the development tab
  • Click the “Manage FTP Accounts” button
  • Click “Create FTP account”

חסר מאפיין alt לתמונה הזו; שם הקובץ הוא add-ftp-account.pngAdd the following details:

    • Username
    • Password
    • The path to connect to – by default the main folder is recommended
    • Notice that the FTP and address are displayed at the top of the screen

Install FTP client on your machine:

In this demo we will connect to the account by using FileZilla:

After installing and starting FileZilla, click the Quickconnect button

In this line, fill in the details from the top section [the port is 21]

After connecting successfully, the files from the server website will show up on the right side, and the local files will be on the left . In the following example you can see the upload process of adding an image to the main folder.

To do that, right click the image from the local file system, and choose “upload”

The post Using FTP to Upload / Download files appeared first on uPress Knowledgebase.

]]>
How to Setup your WordPress Website Staging Areahttps://support.upress.io/dev/import-to-sandbox/ Tue, 10 Jul 2018 07:39:15 +0000 https://support.upress.co.il/?p=1206Also referred to as the Development Environment, this option allows you to create an independent clone of your website where you can: Test plugins Continue development Make changes Update themes without interfering or damaging your live production website. The uPress Stage Area Sandbox Tool lets you make changes while your website is online Log onto […]

The post How to Setup your WordPress Website Staging Area appeared first on uPress Knowledgebase.

]]>

Also referred to as the Development Environment, this option allows you to create an independent clone of your website where you can:

  • Test plugins
  • Continue development
  • Make changes
  • Update themes

without interfering or damaging your live production website.

The post How to Setup your WordPress Website Staging Area appeared first on uPress Knowledgebase.

]]>
Create New Databasehttps://support.upress.io/dev/create-new-database/ Tue, 10 Jul 2018 07:04:41 +0000 https://support.upress.co.il/?p=1180This action allows you to create a new database in your Website Hosting Package. Follow these simple steps: After selecting the website, Click on the ‘Overview‘ tab. Click on ‘Database Management‘ and Click on ‘Add new‘. Create a New Database by clicking on the Add New green button: Afterwards you will see a new pop up panel […]

The post Create New Database appeared first on uPress Knowledgebase.

]]>
This action allows you to create a new database in your Website Hosting Package.
Follow these simple steps:

After selecting the website, Click on the ‘Overview‘ tab.

Click on ‘Database Management‘ and Click on ‘Add new‘.

Create a New Database by clicking on the Add New green button:

Afterwards you will see a new pop up panel

Database Name – Name of the new database.

Username – User name for the new database.

Password – Select a new password for the database.

Click on the ‘Create’ button.

The post Create New Database appeared first on uPress Knowledgebase.

]]>
How to Create an FTP Accounthttps://support.upress.io/dev/create-new-ftp/ Tue, 10 Jul 2018 06:58:49 +0000 https://support.upress.co.il/?p=1175FTP- File Transfer Protocol This option allows you to efficiently share files via remote computers with reliable data transfer. Login onto your uPress Hosting Panel Home Page -> Click on MY WEBSITES -> Choose your Domain -> Scroll down to FTP Accounts -> Click on ‘Manage FTP Accounts’ button Click on ‘Create FTP account’ -> Fill in all required information -> […]

The post How to Create an FTP Account appeared first on uPress Knowledgebase.

]]>

FTP- File Transfer Protocol

This option allows you to efficiently share files via remote computers with reliable data transfer.

Login onto your uPress Hosting Panel Home Page -> Click on MY WEBSITES -> Choose your Domain -> Scroll down to FTP Accounts -> Click on ‘Manage FTP Accounts’ button

Click on ‘Create FTP account’ -> Fill in all required information -> Use your own password or click on Create Password to generate a random password

Please note, there is also an option to send this information to an email account.

Two important options are now available: First option allows complete access to the FTP Account, Second option allows you access to a specific folder.

Click on Add an FTP Account green button

The post How to Create an FTP Account appeared first on uPress Knowledgebase.

]]>
How to connect to the PhpMyAdmin Interfacehttps://support.upress.io/dev/how-to-login-phpmyadmin/ https://support.upress.io/dev/how-to-login-phpmyadmin/#respond Mon, 26 Feb 2018 11:38:04 +0000 https://support.upress.co.il/?p=975This allows you to connect to the PhpMyAdmin Database Management Interface. To perform the action – under the Admin panel Once you’ve selected the desired site > Sign in to the Development tab > Then click Manage databases On the Database Management screen, at the top, click the PhpMyAdmin Management Interface button. In the window […]

The post How to connect to the PhpMyAdmin Interface appeared first on uPress Knowledgebase.

]]>
This allows you to connect to the PhpMyAdmin Database Management Interface.
To perform the action – under the Admin panel
Once you’ve selected the desired site > Sign in to the Development tab > Then click Manage databases

On the Database Management screen, at the top, click the PhpMyAdmin Management Interface button.

In the window that opens now, you must enter the login details for the platform you want to manage . Please note that each site under your storage package is managed by a different database.

How do I find the login information for the database?

The following guide explains the issue.

The post How to connect to the PhpMyAdmin Interface appeared first on uPress Knowledgebase.

]]>
https://support.upress.io/dev/how-to-login-phpmyadmin/feed/ 0
Export a development environment to a live websitehttps://support.upress.io/dev/export-a-development-environment-to-a-live-website/ https://support.upress.io/dev/export-a-development-environment-to-a-live-website/#respond Wed, 31 Jan 2018 13:47:34 +0000 https://support.upress.co.il/general/export-a-development-environment-to-a-live-website/did you finish working on your site in the development environment? Now all that is left is to export the content to the live environment ( Production ) of your site, so how do you do it? You must enter the Development tab > Manage development environments . On this screen, under the relevant environment, choose […]

The post Export a development environment to a live website appeared first on uPress Knowledgebase.

]]>
did you finish working on your site in the development environment? Now all that is left is to export the content to the live environment ( Production ) of your site, so how do you do it? You must enter the Development tab > Manage development environments . On this screen, under the relevant environment, choose “ Export content “.

Export content from a development environment

On the next screen, you must mark exactly what you want to move. By default, Copy Database , Copy Files
and select the Target to export Finally, click the Export button.
Export content from a development environment Details

That’s all , you can now go back to main environment and see the updated content.

The post Export a development environment to a live website appeared first on uPress Knowledgebase.

]]>
https://support.upress.io/dev/export-a-development-environment-to-a-live-website/feed/ 0
How to Obtain a User Name and Password of a Databasehttps://support.upress.io/dev/obtaining-database-details/ https://support.upress.io/dev/obtaining-database-details/#respond Wed, 31 Jan 2018 13:46:02 +0000 https://support.upress.co.il/general/obtaining-database-details/This allows you to obtain the PhpMyAdmin Database Login Information for managing the database. Sign in to the Development tab > Then select “Manage databases” The following screen shows you the database (s) on your site, along with “Login details” Click Manage and then “connection details”  and you can copy the access details for the […]

The post How to Obtain a User Name and Password of a Database appeared first on uPress Knowledgebase.

]]>
This allows you to obtain the PhpMyAdmin Database Login Information for managing the database.
Sign in to the Development tab > Then select “Manage databases”

The following screen shows you the database (s) on your site,

along with “Login details”

Click Manage and then “connection details”  and you can copy the access details for the relevant database at the click of a button.

Please note that the login information button will appear only if WordPress is installed on the relevant database

The post How to Obtain a User Name and Password of a Database appeared first on uPress Knowledgebase.

]]>
https://support.upress.io/dev/obtaining-database-details/feed/ 0
How to clear the cachehttps://support.upress.io/dev/how-to-clear-cache/ https://support.upress.io/dev/how-to-clear-cache/#respond Wed, 31 Jan 2018 13:45:41 +0000 https://support.upress.co.il/general/how-to-clear-cache/Caching is a very efficient technology for storing data that in the future avoids repetitive processing of certain operations. In short, it significantly speeds up certain operations that leads to better SEO results and improves user experience. Needless to say, if your site sells online services and /or products, it will effect and influence revenue […]

The post How to clear the cache appeared first on uPress Knowledgebase.

]]>
Caching is a very efficient technology for storing data that in the future avoids repetitive processing of certain operations.

In short, it significantly speeds up certain operations that leads to better SEO results and improves user experience.

Needless to say, if your site sells online services and /or products, it will effect and influence revenue and Better Conversions.

There are quite a few types of cache like browser, server / site, network, ISP.

In this guide, we’ll explain how to clear a cache at Server / Site Level

After logging into the management panel > All Sites > Manage the desired site you want > go to Development tab And click the Advanced Hosting tools button.

Once you’ve accessed the Advanced Hosting Tools > Click the Clear Cache button.

After performing this action our system will delete the cache of your WordPress account.

The post How to clear the cache appeared first on uPress Knowledgebase.

]]>
https://support.upress.io/dev/how-to-clear-cache/feed/ 0