Im heavily confused
-
Here is the deal, im starting a webcomic,
but i have no idea what to do right now.I mentioned this on another webforum and they advised me not to go and learn things myself but hire a webdesigner, they however say that a blog (i basically want something like this : https://touchoftentacle.com/wordpress/) should be doable by myself. So im doing things myself, i got my blog already but i found ou t that for a webcomic comicpress is very handy, but to use that it seemed you had to download wordpress (i thought it was an online blog maker? )
So now ive got the wordpress map and all of its content on my desktop, what now? “:::
Open up wp-config-sample.php with a text editor like WordPad or similar and fill in your database connection details.
——-
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ”); // The name of the database
define(‘DB_USER’, ”); // Your MySQL username
define(‘DB_PASSWORD’, ”); // …and password
define(‘DB_HOST’, ”); // 99% chance you won’t need to change this value
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);Ok, the name and password and name of database thing arent a big deal, but what do they want me to fill in at host, charset and collate ? I have no clue
———-
then this:
4: Upload everythingHow?
————–
5 Open /wp-admin/install.php in your browser. This should setup the tables needed for your blog. If there is an error, double check your wp-config.php file, and try again.
Should i fill something in again, or just leave it be?, how do i know if there is an “error”
——————
6Note the password given to you.
7The install script should then send you to the login page. Sign in with the username admin and the password generated during the installation. You can then click on ‘Profile’ to change the password.Yeah.. well i cant figure out all the beforehand things so i obviously also dont know what to do with this one..
——–
The whole world of making blogs and websites is all greek to me, so can somebody help me out.. and yes, im a clueless newb
- The topic ‘Im heavily confused’ is closed to new replies.