Skip to content
Snippets Groups Projects
Commit 46aa0b6c authored by Sibidharan's avatar Sibidharan :speech_balloon:
Browse files

Ubuntu setup steps permissions

parent 162ec9f7
No related branches found
No related tags found
No related merge requests found
...@@ -106,5 +106,12 @@ Bye ...@@ -106,5 +106,12 @@ Bye
``` ```
Now update the `env.json` file with the user and database info created. 5. Now fix the file permissions for `/var/www` folder like you own it. The below command will change the owner of the foler /var/www as you, so that no errors will come when you try to edit or create.
```
$ cd /var
$ sudo chown -R ${whoami}:${whoami} www
```
Now update the `env.json` file with the user and database info created. All set, your code should be accessible at http://localhost
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment