lukebarnard1 / o2m

One to Many - The Fully Distributed Secure Social Network
Other
4 stars 0 forks source link

Setuptools Installation/Cross-platform #16

Closed lukebarnard1 closed 9 years ago

lukebarnard1 commented 9 years ago

O2M should be able to be installed using python setup.py install. The only problem at the moment with this is that the code is not cross-platform. It assumes /var/o2m/social will exist. Resources should be placed in place specific to the platform that it is installed on.

lukebarnard1 commented 9 years ago

So now, all files are stored in site-packages and this solves the cross-platform problem and brings a new problem: the database and user data are all in site-packages, which is truly shocking.