Skip to content
This repository has been archived by the owner on May 23, 2018. It is now read-only.

typo #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

typo #136

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Here are the instructions:
This will create a directory with the database in it with the correct permissions for the webserver. To set permissions for the cache correctly execute

chmod 0777 stacks-website/php/cache
9. change directory into stacks-website and edit the file `conf.ini` setting database = "database/stacks.sqlite", directory = "", and project = "/path/to/base/stacks-website/tex"
9. change directory into stacks-website and edit the file `config.ini` setting database = "database/stacks.sqlite", directory = "", and project = "/path/to/base/stacks-website/tex"

10. sanity check: at this point if you point your browser to `http://localhost:8080` you should not get an error concerning the database

Expand Down