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 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 ```