Nikeev / sesdashboard

Analytics and activity tracking dashboard for AWS Simple Email Service
https://sesdashboard.com/
MIT License
86 stars 27 forks source link

$ ln -s ~/sesdashboard/public ~/sesdashboard/public_html #53

Closed xemorytr closed 1 year ago

xemorytr commented 1 year ago

hello $ ln -s ~/sesdashboard/public ~/sesdashboard/public_html

the last step is not completed.

ln: failed to create symbolic link '/root/home/domain/htdocs/domain': No such file or directory

I am using shared hosting.

file path like this

/home/domain/htdocs/domain/sesdashboard/public

Nikeev commented 1 year ago

Hello!

You could replace ~/sesdashboard part with full path to sesdashboard folder.

So it will look like in your file path: $ ln -s /home/domain/htdocs/domain/sesdashboard/public /home/domain/htdocs/domain/sesdashboard/public_html

Note: this step is required only if your webroot is not similar to public directory.