We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c3026 commit b3149e1Copy full SHA for b3149e1
README.md
@@ -79,10 +79,12 @@ mysql> create database acmanager;
79
80
Press `ctrl+d` to get out of MySQL prompt.
81
82
-Still being in the home directory issue following command to get into project directory:
+Still being in the home directory issue following commands to get into project directory
83
+& make the storage directory writeable:
84
85
```
86
$ cd access-manager
87
+$ chmod 777 -R storage
88
89
90
Since this is a fresh install, run following command for configuration setup.
0 commit comments