Changes

Jump to navigation Jump to search
no edit summary
Google searches yield [https://www.mediawiki.org/wiki/Thread:Project:Support_desk/File_Upload_Error this thread] and [https://www.mediawiki.org/wiki/Thread:Project:Support_desk/Problem_With_File_Upload:_Could_not_acquire_lock_for_%22mwstore://local-backend/local-public/1/1e%22. this thread] dealing with this error message.
 
== Installing Ghost (3/14/2016) ==
 
You need to make sure you have the correct version of node installed (should be a version of node that Ghost supports; at time of writing, it should be 0.10.x). Credits to [http://www.hostingadvice.com/how-to/install-nodejs-ubuntu-14-04/ this page] for helping me out.
$ sudo apt-get install nodejs
$ nodejs -v
 
Go ahead and try to remove the old version of node and then clean up any unused packages.
 
$ sudo apt-get remove --purge node
$ sudo apt-get autoremove
 
Make a symbolic link from nodejs to node
 
$ sudo ln -s /usr/bin/nodejs /usr/bin/node
 
Install npm too and check the version:
 
$ sudo apt-get install npm
$ npm -v
== To-do list ==
Anonymous user

Navigation menu