sangkrit

Free Access

Any mobile device running on android for accessing this homeschool program of internet age SANGKRIT.net, could always get reviewed here if that simplifies the process in the hands of our users.

Contact: System at Sangkrit dot Net

WordPress Auto And Manual Installation Guidelines For Beginners

There are many different methods for installing WordPress. Some hosting providers provides you with some auto installers for WordPress, one click WordPress installer like Softcalculus etc but then also there are many new users who faces problem in installing WordPress on their web-hosting Some people faces problem because they are new to WordPress, [...]

Quick 5 Step WordPress Installation

Installing WordPress on your domain is easy:

Download WordPress. Upload it to your domain’s root directory or any sub-directory and unzip. Create Database and its User (give all privileges to database user) Type the URL of your site where you have installed WordPress in any browser Follow on screen instructions.

(If you face [...]

How To Install WordPress In Ubuntu Linux

Open the terminal Type: wget http://wordpress.org/latest.tar.gz Unzip tar file by typing: tar -xzvf latest.tar.gz Open MySQL monitor by typing: mysql -u root -p Create database for wordpress by typing: create database wordpress; Create user to access database by typing: create user ‘admin’@’localhost’ identified by ‘password’; Grant privileges to user by this command: grant all [...]

WordPress Installation In Your LAMP Server

Change the owner/group permission of /var/www/ directory so that you can extract wordpress in /var/www/ directory.

Open the terminal and type the following command:

sudo chown username /var/www/

Open: www.wordpress.org

 

Click the button ‘Download WordPress’

After you download wordpress, open the terminal and move to the directory /var/www/ [...]