diff options
author | kundhund@d41e80dcfaef1dd4c11b77dd06431d375bccdd4e <kundhund@web> | 2016-03-06 08:48:07 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-03-06 08:48:07 -0400 |
commit | cc0e6b77f08de8e8c8770536a381325125437f8b (patch) | |
tree | 5f62e5c87746792252da8aa0ba8e24bceb645a12 | |
parent | 744adaef3518a722dfb7f5e6848e08338b933797 (diff) | |
download | ikiwiki-cc0e6b77f08de8e8c8770536a381325125437f8b.tar ikiwiki-cc0e6b77f08de8e8c8770536a381325125437f8b.tar.gz |
-rw-r--r-- | doc/forum/can__39__t_connect_to_local_url_after_installing_ikiwiki.mdwn | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/doc/forum/can__39__t_connect_to_local_url_after_installing_ikiwiki.mdwn b/doc/forum/can__39__t_connect_to_local_url_after_installing_ikiwiki.mdwn new file mode 100644 index 000000000..3312e6d0b --- /dev/null +++ b/doc/forum/can__39__t_connect_to_local_url_after_installing_ikiwiki.mdwn @@ -0,0 +1,58 @@ +Hello, + +I just installed ikiwiki to my local computer, but still can't edit through the browser. +Haven't tried editing differently, because I'm a total dummy in programming. +Help wanted!! :) +Here is what the terminal shows after installation: + +kund-Mac-2:~ kund$ sudo ikiwiki --setup /opt/local/etc/ikiwiki/auto.setup +Password: +What will the wiki be named? Relatii cu Publicul +What revision control system to use? git +Which user (wiki account, openid, or email) will be admin? Kund Kopacz + + +Setting up Relatii cu Publicul ... +Importing /Users/kund/RelatiicuPublicul into git +Initialized empty shared Git repository in /Users/kund/RelatiicuPublicul.git/ +Initialized empty Git repository in /Users/kund/RelatiicuPublicul/.git/ +[master (root-commit) 02fa1fa] initial commit + Committer: System Administrator <root@kund-Mac-2.local> +Your name and email address were configured automatically based +on your username and hostname. Please check that they are accurate. +You can suppress this message by setting them explicitly: + + git config --global user.name "Your Name" + git config --global user.email you@example.com + +After doing this, you may fix the identity used for this commit with: + + git commit --amend --reset-author + + 1 file changed, 1 insertion(+) + create mode 100644 .gitignore +Counting objects: 3, done. +Writing objects: 100% (3/3), 234 bytes | 0 bytes/s, done. +Total 3 (delta 0), reused 0 (delta 0) +To /Users/kund/RelatiicuPublicul.git + * [new branch] master -> master +Directory /Users/kund/RelatiicuPublicul is now a clone of git repository /Users/kund/RelatiicuPublicul.git +Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\\documentclass{ <-- HERE article}/ at /opt/local/lib/perl5/vendor_perl/5.22/IkiWiki/Plugin/teximg.pm line 149. +Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\\documentclass{ <-- HERE scrartcl}/ at /opt/local/lib/perl5/vendor_perl/5.22/IkiWiki/Plugin/teximg.pm line 150. + + +Creating wiki admin Kund Kopacz ... +Choose a password: +Confirm password: + + +ikiwiki-update-wikilist: no changes need to be made + + +Successfully set up Relatii cu Publicul: + url: http://kund-Mac-2.local/~root/RelatiicuPublicul + srcdir: ~/RelatiicuPublicul + destdir: ~/public_html/RelatiicuPublicul + repository: ~/RelatiicuPublicul.git +To modify settings, edit ~/RelatiicuPublicul.setup and then run: + ikiwiki --setup ~/RelatiicuPublicul.setup |