]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/can__39__t_connect_to_local_url_after_installing_ikiwiki.mdwn
Added a comment
[git.ikiwiki.info.git] / doc / forum / can__39__t_connect_to_local_url_after_installing_ikiwiki.mdwn
1 Hello,
3 I just installed ikiwiki to my local computer, but still can't edit through the browser.
4 Haven't tried editing differently, because I'm a total dummy in programming.
5 Help wanted!! :)
6 Here is what the terminal shows after installation:
8 ```
9 kund-Mac-2:~ kund$ sudo ikiwiki --setup /opt/local/etc/ikiwiki/auto.setup
10 Password:
11 What will the wiki be named? Relatii cu Publicul
12 What revision control system to use? git
13 Which user (wiki account, openid, or email) will be admin? Kund Kopacz
16 Setting up Relatii cu Publicul ...
17 Importing /Users/kund/RelatiicuPublicul into git
18 Initialized empty shared Git repository in /Users/kund/RelatiicuPublicul.git/
19 Initialized empty Git repository in /Users/kund/RelatiicuPublicul/.git/
20 [master (root-commit) 02fa1fa] initial commit
21  Committer: System Administrator <root@kund-Mac-2.local>
22 Your name and email address were configured automatically based
23 on your username and hostname. Please check that they are accurate.
24 You can suppress this message by setting them explicitly:
26     git config --global user.name "Your Name"
27     git config --global user.email you@example.com
29 After doing this, you may fix the identity used for this commit with:
31     git commit --amend --reset-author
33  1 file changed, 1 insertion(+)
34  create mode 100644 .gitignore
35 Counting objects: 3, done.
36 Writing objects: 100% (3/3), 234 bytes | 0 bytes/s, done.
37 Total 3 (delta 0), reused 0 (delta 0)
38 To /Users/kund/RelatiicuPublicul.git
39  * [new branch]      master -> master
40 Directory /Users/kund/RelatiicuPublicul is now a clone of git repository /Users/kund/RelatiicuPublicul.git
41 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.
42 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.
45 Creating wiki admin Kund Kopacz ...
46 Choose a password: 
47 Confirm password: 
50 ikiwiki-update-wikilist: no changes need to be made
53 Successfully set up Relatii cu Publicul:
54         url:         http://kund-Mac-2.local/~root/RelatiicuPublicul
55         srcdir:      ~/RelatiicuPublicul
56         destdir:     ~/public_html/RelatiicuPublicul
57         repository:  ~/RelatiicuPublicul.git
58 To modify settings, edit ~/RelatiicuPublicul.setup and then run:
59         ikiwiki --setup ~/RelatiicuPublicul.setup
60 ```