pip install -r Booktype/requirements/postgresql.txt
./Booktype/scripts/createbooki --database postgresql mybook<br><br>it also shows the same error that "no such file or directory".<br><br>i hope u can help me to resolve this
pip install -r Booktype/requirements/prod.txtThe script createbooki has now been replaced with createbooktype. For example:
./createbooktype -p dev --check-versions --database postgresql /var/www/booktype/instance1Please let us know how you get on, we would like to update our instructions for CentOS.
./createbooktype -p prod --check-versions --database postgresql /var/www/booktype/instance1You may be serving web pages from a different path than /var/www/ but any path accessible to your web server should work.
./createbooktype -p prod --check-versions --database postgresql /var/www/booktype/instance1
it shows the error that
-bash: ./createbooktype:no such file or directory
so what will i do next?
/usr/local/src/booktype/scripts/if you are following the instructions in the user manual, linked above. Otherwise you will have to call the script from a relative path.
python --version
Cheers!It looks like you're new here. If you want to get involved, click one of these buttons!